Merge pull request #5592 from notpeter/master

Add documentation for salt bootstrap script config parameter.
This commit is contained in:
Seth Vargo 2015-05-30 21:01:20 -07:00
commit ea08ef8ff8
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ you can specify a branch, tag, or any treeish. Not supported on Windows.
* `always_install` (boolean) - Installs salt binaries even
if they are already detected, default `false`
* `bootstrap_script` (string) - Path to your customized salt-bootstrap.sh script.
* `bootstrap_options` (string) - Additional command-line options to
pass to the bootstrap script.