From b6eaf60fda38e59d646393f0218341c30646cb43 Mon Sep 17 00:00:00 2001 From: Tyler Tidman Date: Wed, 2 Mar 2016 14:37:30 -0500 Subject: [PATCH] Put shell provisioner doc in 'packer fix' order --- website/source/docs/provisioners/shell.html.markdown | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/website/source/docs/provisioners/shell.html.markdown b/website/source/docs/provisioners/shell.html.markdown index 3af6089f6..78e85c3cf 100644 --- a/website/source/docs/provisioners/shell.html.markdown +++ b/website/source/docs/provisioners/shell.html.markdown @@ -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