Merge pull request #5337 from mafrosis/docs-salt

website/docs: Added bootstrap_options param to the salt provisioner docs
This commit is contained in:
Mitchell Hashimoto 2015-02-24 09:32:13 -08:00
commit 3a142cbf30
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``