Add documentation for salt bootstrap script config parameter.

This commit is contained in:
Peter Tripp 2015-04-13 12:57:58 -07:00
parent 1b99272b13
commit ef45f7c52e
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.