We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 702859d commit 7c82189Copy full SHA for 7c82189
spec/acceptance/netboot_spec.rb
@@ -18,7 +18,7 @@
18
end
19
20
describe 'ensure tftp client is installed' do
21
- on hosts, puppet('resource', 'package', 'tftp', 'ensure=installed')
+ on hosts, 'puppet resource package tftp ensure=installed'
22
23
24
describe command("echo get /grub2/grub.cfg /tmp/downloaded_file | tftp #{fact('fqdn')}") do
0 commit comments