We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ebe63fb + 47b5130 commit 3d57c61Copy full SHA for 3d57c61
acceptance/lib/helper.rb
@@ -64,7 +64,6 @@ def puppetdb_supported_platforms()
64
[
65
/debian-8/,
66
/debian-9/,
67
- /el-6/,
68
/el-7/,
69
/ubuntu-16.04/,
70
/ubuntu-18.04/
acceptance/suites/pre_suite/foss/10_update_ca_certs.rb
@@ -1,6 +1,6 @@
1
step 'Update CA certs on Centos' do
2
hosts.each do |host|
3
- if host.platform =~ /el/
+ if host.platform =~ /el-7/
4
on(host, 'yum update -y ca-certificates')
5
elsif host.platform =~ /debian|ubuntu/
6
on(host, 'apt-get update')
0 commit comments