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 5b28923 + d8c22a7 commit 313c122Copy full SHA for 313c122
spec/spec_helper_acceptance.rb
@@ -87,7 +87,7 @@ def psql(psql_cmd, user = 'postgres', exit_codes = [0, 1], &block)
87
88
# Configure all nodes in nodeset
89
c.before :suite do
90
- run_puppet_access_login(user: 'admin') if pe_install?
+ run_puppet_access_login(user: 'admin') if pe_install? && puppet_version =~ %r{(5\.\d\.\d)}
91
# Set up selinux if appropriate.
92
if fact('osfamily') == 'RedHat' && fact('selinux') == 'true'
93
pp = <<-EOS
0 commit comments