Merge pull request #2946 from dave2/docs_shell_remote_path_v2

Update documentation of shell remote_path variable
This commit is contained in:
Chris Bednarski 2015-11-16 19:05:15 -08:00
commit 25108c8d13
1 changed files with 4 additions and 3 deletions

View File

@ -78,9 +78,10 @@ Optional parameters:
**Important:** If you customize this, be sure to include something like the
`-e` flag, otherwise individual steps failing won't fail the provisioner.
- `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.
- `remote_path` (string) - The filename where the script will be uploaded
to in the machine. This defaults to "/tmp/script_nnn.sh" where "nnn" is
a randomly generated number. This value must be a writable location and
any parent directories must already exist.
- `start_retry_timeout` (string) - The amount of time to attempt to *start*
the remote process. By default this is "5m" or 5 minutes. This setting