diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 0bfc0190fc..37d512dca1 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -35,6 +35,7 @@ if fact('osfamily') == 'RedHat' # CentOS has epel-release package in Extras, enabled by default shell('yum -y install epel-release') + shell('yum -y install erlang') end on host, puppet('module', 'install', 'puppetlabs-stdlib'), { :acceptable_exit_codes => [0,1] } on host, puppet('module', 'install', 'maestrodev-wget'), { :acceptable_exit_codes => [0,1] }