Skip to content

Commit d8c22a7

Browse files
committed
Dont setup tasks on LTS
1 parent 52ea030 commit d8c22a7

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)