Add docs for ignore_exit_codes param
This commit is contained in:
parent
f3811cb99d
commit
aee8490f68
|
@ -73,6 +73,9 @@ Optional parameters:
|
||||||
configuration to be uploaded to the remote machine. Hiera data directories
|
configuration to be uploaded to the remote machine. Hiera data directories
|
||||||
must be uploaded using the file provisioner separately.
|
must be uploaded using the file provisioner separately.
|
||||||
|
|
||||||
|
- `ignore_exit_codes` (boolean) - If true, Packer will never consider the
|
||||||
|
provisioner a failure.
|
||||||
|
|
||||||
- `manifest_dir` (string) - The path to a local directory with manifests to be
|
- `manifest_dir` (string) - The path to a local directory with manifests to be
|
||||||
uploaded to the remote machine. This is useful if your main manifest file
|
uploaded to the remote machine. This is useful if your main manifest file
|
||||||
uses imports. This directory doesn't necessarily contain the
|
uses imports. This directory doesn't necessarily contain the
|
||||||
|
|
Loading…
Reference in New Issue