Skip to content

Commit 7c82189

Browse files
committed
Use a regular command instead of the puppet() command
In the switch from beaker-puppet to beaker_puppet_helpers this was removed. Now it uses a regular shell command to achieve the same.
1 parent 702859d commit 7c82189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spec/acceptance/netboot_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
end
1919

2020
describe 'ensure tftp client is installed' do
21-
on hosts, puppet('resource', 'package', 'tftp', 'ensure=installed')
21+
on hosts, 'puppet resource package tftp ensure=installed'
2222
end
2323

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

0 commit comments

Comments
 (0)