Skip to content

Commit

Permalink
Merge pull request #1352 from justinstoller/acceptance-fixup
Browse files Browse the repository at this point in the history
(maint) Acceptance fixup: append don't replace hosts file
  • Loading branch information
jonathannewman authored Jul 25, 2023
2 parents d1ea09e + bc2025f commit d0516c9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@

step 'Point Forge Hostname to Localhost'
on(master, "echo '127.0.0.1 forgeapi.puppet.com' > #{hosts_file_path}")
on(master, "echo '127.0.0.1 forgeapi.puppetlabs.com' > #{hosts_file_path}")
on(master, "echo '127.0.0.1 forgeapi.puppetlabs.com' >> #{hosts_file_path}")

step 'Checkout "production" Branch'
git_on(master, 'checkout production', git_environments_path)
Expand Down

0 comments on commit d0516c9

Please sign in to comment.