mirror of
https://github.com/hashicorp/packer.git
synced 2026-06-08 16:22:15 -04:00
Merge pull request #7491 from hashicorp/pause_before_connecting_docs
Pause before connecting docs
This commit is contained in:
commit
0a8e19b01b
1 changed files with 3 additions and 2 deletions
|
|
@ -213,7 +213,8 @@ If you end up in this situation, you can use the template option
|
|||
"pause_before_connecting": "10m"
|
||||
}
|
||||
|
||||
In this example, Packer will wait 10 minutes before attempting to connect to
|
||||
the guest.
|
||||
In this example, Packer will check whether it can connect, as normal. But once
|
||||
a connection attempt is successful, it will disconnect and then wait 10 minutes
|
||||
before connecting to the guest and beginning provisioning.
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue