clarify pause before connecting code

This commit is contained in:
Megan Marsh 2019-04-11 15:26:16 -07:00
parent b623773225
commit 32b68de4db
1 changed files with 3 additions and 2 deletions

View File

@ -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.