We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22d7705 commit ee47750Copy full SHA for ee47750
spec/acceptance/peadm_spec/plans/add_inventory_hostnames.pp
@@ -4,7 +4,7 @@
4
$t = get_targets('*')
5
wait_until_available($t)
6
7
- $fqdn_results = await(
+ $fqdn_results = wait(
8
parallelize($t) |$target| {
9
$fqdn = run_command('hostname -f', $target)
10
$target.set_var('certname', $fqdn.first['stdout'].chomp)
0 commit comments