1
0
mirror of https://github.com/hashicorp/packer.git synced 2026-02-05 12:45:10 +01:00

Merge pull request #8831 from rjhornsby/master

Clarify `expect_disconnect` behavior
This commit is contained in:
Megan Marsh
2020-03-03 13:54:34 -08:00
committed by GitHub

View File

@@ -65,9 +65,9 @@ The example below is fully functional.
- `Vars` is the list of `environment_vars`, if configured.
- `EnvVarFile` is the path to the file containing env vars, if
`use_env_var_file` is true.
- `expect_disconnect` (boolean) - Defaults to `false`. Whether to error if
the server disconnects us. A disconnect might happen if you restart the ssh
server or reboot the host.
- `expect_disconnect` (boolean) - Defaults to `false`. When `true`, allow the server to disconnect from Packer without throwing an error.
A disconnect might happen if you restart the ssh server or reboot the host.
- `inline_shebang` (string) - The
[shebang](https://en.wikipedia.org/wiki/Shebang_%28Unix%29) value to use