Skip to content

Commit 3b09d45

Browse files
committed
DEBUG
1 parent 141538e commit 3b09d45

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

spec/spec_helper_acceptance.rb

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,9 @@
2929
apply_manifest_on(host, tzdata, catch_failures: true) if fact('os.release.major') =~ %r{(16.04|18.04)}
3030

3131
# Setup Puppet Bolt
32+
# DEBUG
3233
gitlab_ip = File.read(File.expand_path('~/GITLAB_IP')).chomp
34+
puts "gitlab_ip = #{gitlab_ip}"
3335
bolt = <<-MANIFEST
3436
$bolt_config = @("BOLTPROJECT"/L)
3537
modulepath: "/etc/puppetlabs/code/modules:/etc/puppetlabs/code/environments/production/modules"

0 commit comments

Comments
 (0)