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:
parent
5820093100
commit
097efe2d41
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue