Skip to content

Commit

Permalink
Use a regular command instead of the puppet() command
Browse files Browse the repository at this point in the history
In the switch from beaker-puppet to beaker_puppet_helpers this was
removed. Now it uses a regular shell command to achieve the same.
  • Loading branch information
ekohl committed Nov 3, 2023
1 parent 702859d commit 7c82189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/acceptance/netboot_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
end

describe 'ensure tftp client is installed' do
on hosts, puppet('resource', 'package', 'tftp', 'ensure=installed')
on hosts, 'puppet resource package tftp ensure=installed'
end

describe command("echo get /grub2/grub.cfg /tmp/downloaded_file | tftp #{fact('fqdn')}") do
Expand Down

0 comments on commit 7c82189

Please sign in to comment.