Skip to content

Commit

Permalink
wip: use new helper
Browse files Browse the repository at this point in the history
  • Loading branch information
alexjfisher committed Feb 9, 2024
1 parent 0c24b5e commit 8a4b68a
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
Expand Up @@ -7,6 +7,6 @@
install_package(host, 'redis-tools')
end

require 'beaker/module_install_helper'
install_module_on(hosts)
install_module_dependencies_on(hosts)
require 'beaker_puppet_helpers'
install_puppet_module_via_pmt_on(hosts, 'puppetlabs/stdlib')
install_puppet_module_via_pmt_on(hosts, 'puppet/systemd')

0 comments on commit 8a4b68a

Please sign in to comment.