Skip to content

Commit

Permalink
use beaker install utils
Browse files Browse the repository at this point in the history
  • Loading branch information
zilchms committed Feb 6, 2024
1 parent f6326b7 commit dd58766
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions spec/spec_helper_acceptance.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
require 'beaker-rspec'
require 'beaker_puppet_helpers'

hosts.each do |host|
# Install Puppet
on host, install_puppet
install_puppet_release_repo_on(host)
end

RSpec.configure do |c|
Expand All @@ -13,7 +13,7 @@
# Install module
install_local_module on(host)
hosts.each do |host|
on host, 'puppet module install puppetlabs-stdlib'
install_puppet_module_via_pmt_on(host, stdlib)
end
end
end

0 comments on commit dd58766

Please sign in to comment.