Skip to content

Commit

Permalink
exchange no longer used puppet_user and puppet_group
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 6, 2024
1 parent 988363f commit c3d1833
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ def wait_for_puppetserver(host, max_retries)
def make_site_pp(host, pp, path)
on host, "mkdir -p #{path}"
create_remote_file(host, File.join(path, 'site.pp'), pp)
on host, "chown -R #{puppet_user(host)}:#{puppet_group(host)} #{path}"
on host, "chown -R root:root #{path}"
on host, "chmod -R 0755 #{path}"
on host, 'service puppetserver restart'
wait_for_puppetserver(host, 3)
Expand Down

0 comments on commit c3d1833

Please sign in to comment.