Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion plans/subplans/install.pp
Original file line number Diff line number Diff line change
Expand Up @@ -429,7 +429,8 @@
run_task('peadm::puppet_runonce', $target)
}

wait([$bg_db_run])
# add a timeout to wait
wait([$bg_db_run], 1200)

# The puppetserver might be in the middle of a restart after the Puppet run,
# so we check the status by calling the api and ensuring the puppetserver is
Expand Down
Loading