Skip to content

Commit 313c122

Browse files
author
Helen
authored
Merge pull request #956 from pmcmaw/lts_skip_task
(maint) - Skip run_puppet_access_login on LTS
2 parents 5b28923 + d8c22a7 commit 313c122

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ def psql(psql_cmd, user = 'postgres', exit_codes = [0, 1], &block)
8787

8888
# Configure all nodes in nodeset
8989
c.before :suite do
90-
run_puppet_access_login(user: 'admin') if pe_install?
90+
run_puppet_access_login(user: 'admin') if pe_install? && puppet_version =~ %r{(5\.\d\.\d)}
9191
# Set up selinux if appropriate.
9292
if fact('osfamily') == 'RedHat' && fact('selinux') == 'true'
9393
pp = <<-EOS

0 commit comments

Comments
 (0)