We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5820093 + 097efe2 commit e7f3f46Copy full SHA for e7f3f46
spec/spec_helper_acceptance.rb
@@ -20,7 +20,6 @@
20
# Required for binding tests.
21
if fact('osfamily') == 'RedHat'
22
version = fact("operatingsystemmajrelease")
23
- shell("yum localinstall -y http://yum.puppetlabs.com/puppetlabs-release-el-#{version}.noarch.rpm")
24
if fact('operatingsystemmajrelease') =~ /7/ || fact('operatingsystem') =~ /Fedora/
25
shell("yum install -y bzip2")
26
end
0 commit comments