mirror of
https://github.com/hashicorp/packer.git
synced 2026-09-21 15:31:41 -04:00
Change shell doc from 'noclean' to 'skip_clean'
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user