From bda06bfb2acff33b40f4705023a9cbe09ed243c9 Mon Sep 17 00:00:00 2001 From: Tyler Tidman Date: Tue, 9 Feb 2016 16:30:32 -0500 Subject: [PATCH] Remove invalid 'binary' option for shell-local post-processor --- website/source/docs/post-processors/shell-local.html.markdown | 4 ---- 1 file changed, 4 deletions(-) diff --git a/website/source/docs/post-processors/shell-local.html.markdown b/website/source/docs/post-processors/shell-local.html.markdown index 5afc0904a..f3db8f8a2 100644 --- a/website/source/docs/post-processors/shell-local.html.markdown +++ b/website/source/docs/post-processors/shell-local.html.markdown @@ -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,