From d6d700f7c5b6098619d788fcf96234761e9af0bf Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sun, 7 Jul 2013 17:55:02 -0700 Subject: [PATCH] website: document the inline_shebang stuff --- website/source/docs/provisioners/shell.html.markdown | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/website/source/docs/provisioners/shell.html.markdown b/website/source/docs/provisioners/shell.html.markdown index 0765421a4..6268e5c22 100644 --- a/website/source/docs/provisioners/shell.html.markdown +++ b/website/source/docs/provisioners/shell.html.markdown @@ -57,6 +57,11 @@ Optional parameters: the path to the script to run, and `Vars`, which is the list of `environment_vars`, if configured. +* `inline_shebang` (string) - The + [shebang](http://en.wikipedia.org/wiki/Shebang_(Unix)) value to use when + running commands specified by `inline`. By default, this is `/bin/sh`. + If you're not using `inline`, then this configuration has no effect. + * `remote_path` (string) - The path where the script will be uploaded to in the machine. This defaults to "/tmp/script.sh". This value must be a writable location and any parent directories must already exist.