spec_helper_acceptance: Remove conflicting yum install

puppetlabs-release is not required anymore. run_puppet_install_helper
takes care of all that.
This commit is contained in:
David Schmitt 2015-06-18 12:13:55 +01:00
parent 5820093100
commit 097efe2d41

View file

@ -20,7 +20,6 @@ RSpec.configure do |c|
# Required for binding tests.
if fact('osfamily') == 'RedHat'
version = fact("operatingsystemmajrelease")
shell("yum localinstall -y http://yum.puppetlabs.com/puppetlabs-release-el-#{version}.noarch.rpm")
if fact('operatingsystemmajrelease') =~ /7/ || fact('operatingsystem') =~ /Fedora/
shell("yum install -y bzip2")
end