Add note about reloading templates
This commit is contained in:
parent
13a44c4d91
commit
bb46fcb117
|
@ -33,6 +33,14 @@ provided when `PACKER_LOG=1` environment variable is set prior to a build,
|
||||||
and you can connect to the local machine using the userid and password defined
|
and you can connect to the local machine using the userid and password defined
|
||||||
in the kickstart or preseed associated with initializing the local VM.
|
in the kickstart or preseed associated with initializing the local VM.
|
||||||
|
|
||||||
|
It should be noted that one of the options `-on-error` is to `retry`, the retry
|
||||||
|
of the step in question has limitations:
|
||||||
|
|
||||||
|
* the template packer is building is **not** reloaded from file.
|
||||||
|
* the resources specified from builders **are** reloaded from file.
|
||||||
|
|
||||||
|
Check the specfiics on your builder to confirm their behavior.
|
||||||
|
|
||||||
### Windows
|
### Windows
|
||||||
|
|
||||||
As of Packer 0.8.1 the default WinRM communicator will emit the password for a
|
As of Packer 0.8.1 the default WinRM communicator will emit the password for a
|
||||||
|
|
Loading…
Reference in New Issue