diff --git a/spec/spec_helper_acceptance.rb b/spec/spec_helper_acceptance.rb index 600fee0..d610e87 100644 --- a/spec/spec_helper_acceptance.rb +++ b/spec/spec_helper_acceptance.rb @@ -29,7 +29,9 @@ apply_manifest_on(host, tzdata, catch_failures: true) if fact('os.release.major') =~ %r{(16.04|18.04)} # Setup Puppet Bolt + # DEBUG gitlab_ip = File.read(File.expand_path('~/GITLAB_IP')).chomp + puts "gitlab_ip = #{gitlab_ip}" bolt = <<-MANIFEST $bolt_config = @("BOLTPROJECT"/L) modulepath: "/etc/puppetlabs/code/modules:/etc/puppetlabs/code/environments/production/modules"