Put shell provisioner doc in 'packer fix' order

This commit is contained in:
Tyler Tidman 2016-03-02 14:37:30 -05:00
parent 18f03ec070
commit b6eaf60fda
1 changed files with 4 additions and 4 deletions

View File

@ -83,16 +83,16 @@ Optional parameters:
a randomly generated number. This value must be a writable location and
any parent directories must already exist.
- `skip_clean` (boolean) - If true, specifies that the helper scripts
uploaded to the system will not be removed by Packer. This defaults to
false (clean scripts from the system).
- `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
exists in order to deal with times when SSH may restart, such as a
system reboot. Set this to a higher value if reboots take a longer amount
of time.
- `skip_clean` (boolean) - If true, specifies that the helper scripts
uploaded to the system will not be removed by Packer. This defaults to
false (clean scripts from the system).
## Execute Command Example
To many new users, the `execute_command` is puzzling. However, it provides an