We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5820093 commit 097efe2Copy full SHA for 097efe2
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