Skip to content

Commit 097efe2

Browse files
committed
spec_helper_acceptance: Remove conflicting yum install
puppetlabs-release is not required anymore. run_puppet_install_helper takes care of all that.
1 parent 5820093 commit 097efe2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

spec/spec_helper_acceptance.rb

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020
# Required for binding tests.
2121
if fact('osfamily') == 'RedHat'
2222
version = fact("operatingsystemmajrelease")
23-
shell("yum localinstall -y http://yum.puppetlabs.com/puppetlabs-release-el-#{version}.noarch.rpm")
2423
if fact('operatingsystemmajrelease') =~ /7/ || fact('operatingsystem') =~ /Fedora/
2524
shell("yum install -y bzip2")
2625
end

0 commit comments

Comments
 (0)