Clarifying defaults remote_path for powershell and windows-shell provisioners

This commit is contained in:
Renat Zaripov 2016-06-22 09:29:13 +03:00
parent d3d9307b31
commit b4ac9d0033
2 changed files with 2 additions and 2 deletions

View File

@ -71,7 +71,7 @@ Optional parameters:
Windows user.
- `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
the machine. This defaults to "c:/Windows/Temp/script.ps1". 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*

View File

@ -65,7 +65,7 @@ Optional parameters:
to run, and `Vars`, which is the list of `environment_vars`, if configured.
- `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
the machine. This defaults to "c:/Windows/Temp/script.bat". 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*