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 500cb64 commit fd013b0Copy full SHA for fd013b0
plans/subplans/install.pp
@@ -407,7 +407,7 @@
407
)
408
409
$bg_db_run = background('database-targets') || {
410
- run_task('peadm::puppet_runonce', $database_targets)
+ run_task('peadm::puppet_runonce', $database_targets, timeout => 900)
411
}
412
413
parallelize($agent_installer_targets) |$target| {
@@ -430,7 +430,7 @@
430
431
432
# add a timeout to wait
433
- wait([$bg_db_run], '_timeout' => 1200)
+ wait([$bg_db_run], 1200)
434
435
# The puppetserver might be in the middle of a restart after the Puppet run,
436
# so we check the status by calling the api and ensuring the puppetserver is
0 commit comments