Skip to content

Commit

Permalink
replace on host, puppet() function
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 6, 2024
1 parent 46a2dbf commit 988363f
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 @@ -6,7 +6,7 @@
install_puppet_module_via_pmt_on(host, 'puppetlabs-puppetserver_gem')
unless ENV['BEAKER_provision'] == 'no'
install_package(host, 'puppetserver')
on host, puppet('resource', 'service', 'puppetserver', 'ensure=running')
on host, 'puppet resource service puppetserver ensure=running'
end
end

Expand Down

0 comments on commit 988363f

Please sign in to comment.