Skip to content

Commit

Permalink
spec_helper_acceptance: Remove conflicting yum install
Browse files Browse the repository at this point in the history
puppetlabs-release is not required anymore. run_puppet_install_helper
takes care of all that.
  • Loading branch information
DavidS committed Jun 18, 2015
1 parent 5820093 commit 097efe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
# 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
Expand Down

0 comments on commit 097efe2

Please sign in to comment.