added bootstrap_options param to the salt provisioner docs

This commit is contained in:
mafro 2015-02-14 09:56:54 +11:00
parent 319175b7f1
commit a4724521f5
1 changed files with 7 additions and 0 deletions

View File

@ -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``