From 6c121fa35bccca7ac75eb3bd37e967d2cc52d048 Mon Sep 17 00:00:00 2001 From: David Zanetti Date: Thu, 19 Nov 2015 16:06:59 +1300 Subject: [PATCH] Change shell doc from 'noclean' to 'skip_clean' --- website/source/docs/provisioners/shell.html.markdown | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/docs/provisioners/shell.html.markdown b/website/source/docs/provisioners/shell.html.markdown index c7ee7143a..f01a7eb9b 100644 --- a/website/source/docs/provisioners/shell.html.markdown +++ b/website/source/docs/provisioners/shell.html.markdown @@ -88,9 +88,9 @@ Optional parameters: system reboot. Set this to a higher value if reboots take a longer amount of time. -- `noclean` (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). +- `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