Skip to content

Commit

Permalink
DEBUG
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjfisher committed Jul 15, 2021
1 parent 141538e commit 3b09d45
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 3b09d45

Please sign in to comment.