Add CentOS 'testing' argument for install_type

The Salt bootstrap file allows for the use of a testing repository in CentOS systems.
This commit is contained in:
Jeremy Felt 2013-11-05 09:36:45 -08:00
parent a92e03cf4c
commit fdfd09b632
1 changed files with 2 additions and 2 deletions

View File

@ -55,8 +55,8 @@ on this machine
* `install_syndic` (boolean) - Install the salt-syndic, default
`false`
* `install_type` (stable | git | daily) - Whether to install from a
distribution's stable package manager, a daily ppa, or git treeish.
* `install_type` (stable | git | daily | testing) - Whether to install from a
distribution's stable package manager, git tree-ish, daily ppa, or testing repository.
* `install_args` (develop) - When performing a git install,
you can specify a branch, tag, or any treeish.