Remove invalid 'binary' option for shell-local post-processor

This commit is contained in:
Tyler Tidman 2016-02-09 16:30:32 -05:00
parent 86781c896d
commit bda06bfb2a
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,