website/docs: update salt docs
This commit is contained in:
parent
3a142cbf30
commit
5a7abc2b2f
|
@ -66,6 +66,9 @@ you can specify a branch, tag, or any treeish. Not supported on Windows.
|
||||||
if they are already detected, default `false`
|
if they are already detected, default `false`
|
||||||
|
|
||||||
|
|
||||||
|
* `bootstrap_options` (string) - Additional command-line options to
|
||||||
|
pass to the bootstrap script.
|
||||||
|
|
||||||
## Minion Options
|
## Minion Options
|
||||||
These only make sense when `no_minion` is `false`.
|
These only make sense when `no_minion` is `false`.
|
||||||
|
|
||||||
|
@ -112,13 +115,6 @@ These may be used to control the output of state execution:
|
||||||
Can be one of "all", "garbage", "trace", "debug", "info", or
|
Can be one of "all", "garbage", "trace", "debug", "info", or
|
||||||
"warning".
|
"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
|
## Pillar Data
|
||||||
|
|
||||||
You can export pillar data for use during provisioning by using the ``pillar``
|
You can export pillar data for use during provisioning by using the ``pillar``
|
||||||
|
|
Loading…
Reference in New Issue