Merge pull request #3175 from tylert/shell-local-docs

Remove invalid 'binary' option for shell-local post-processor
This commit is contained in:
Chris Bednarski 2016-02-10 19:29:53 -08:00
commit 193c7c08e7
1 changed files with 0 additions and 4 deletions

View File

@ -48,10 +48,6 @@ Exactly *one* of the following is required:
Optional parameters:
- `binary` (boolean) - If true, specifies that the script(s) are binary files,
and Packer should therefore not convert Windows line endings to Unix line
endings (if there are any). By default this is false.
- `environment_vars` (array of strings) - An array of key/value pairs to
inject prior to the execute\_command. The format should be `key=value`.
Packer injects some environmental variables by default into the environment,