added bootstrap_options param to the salt provisioner docs
This commit is contained in:
parent
319175b7f1
commit
a4724521f5
|
@ -112,6 +112,13 @@ These may be used to control the output of state execution:
|
|||
Can be one of "all", "garbage", "trace", "debug", "info", or
|
||||
"warning".
|
||||
|
||||
## Miscellaneous
|
||||
|
||||
You can pass any additional command line options to the salt bootstrap script
|
||||
with the following:
|
||||
|
||||
* `bootstrap_options` (string) - Command line options.
|
||||
|
||||
## Pillar Data
|
||||
|
||||
You can export pillar data for use during provisioning by using the ``pillar``
|
||||
|
|
Loading…
Reference in New Issue