Skip to content

Commit

Permalink
migrate to new installation method
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 6, 2024
1 parent 41b8858 commit 46a2dbf
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 @@ -3,7 +3,7 @@
require 'voxpupuli/acceptance/spec_helper_acceptance'

configure_beaker do |host|
install_module_from_forge_on(host, 'puppetlabs-puppetserver_gem', '>= 0')
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')
Expand Down

0 comments on commit 46a2dbf

Please sign in to comment.