Change shell doc from 'noclean' to 'skip_clean'
This commit is contained in:
parent
2668747c71
commit
6c121fa35b
|
@ -88,9 +88,9 @@ Optional parameters:
|
||||||
system reboot. Set this to a higher value if reboots take a longer amount
|
system reboot. Set this to a higher value if reboots take a longer amount
|
||||||
of time.
|
of time.
|
||||||
|
|
||||||
- `noclean` (boolean) - If true, specifies that the helper scripts uploaded
|
- `skip_clean` (boolean) - If true, specifies that the helper scripts
|
||||||
to the system will not be removed by Packer. This defaults to false
|
uploaded to the system will not be removed by Packer. This defaults to
|
||||||
(clean scripts from the system).
|
false (clean scripts from the system).
|
||||||
|
|
||||||
## Execute Command Example
|
## Execute Command Example
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue