Clarifying defaults remote_path for powershell and windows-shell provisioners
This commit is contained in:
parent
d3d9307b31
commit
b4ac9d0033
|
@ -71,7 +71,7 @@ Optional parameters:
|
||||||
Windows user.
|
Windows user.
|
||||||
|
|
||||||
- `remote_path` (string) - The path where the script will be uploaded to in
|
- `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.
|
writable location and any parent directories must already exist.
|
||||||
|
|
||||||
- `start_retry_timeout` (string) - The amount of time to attempt to *start*
|
- `start_retry_timeout` (string) - The amount of time to attempt to *start*
|
||||||
|
|
|
@ -65,7 +65,7 @@ Optional parameters:
|
||||||
to run, and `Vars`, which is the list of `environment_vars`, if configured.
|
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
|
- `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.
|
writable location and any parent directories must already exist.
|
||||||
|
|
||||||
- `start_retry_timeout` (string) - The amount of time to attempt to *start*
|
- `start_retry_timeout` (string) - The amount of time to attempt to *start*
|
||||||
|
|
Loading…
Reference in New Issue