Merge pull request #2460 from jeremyfelt/patch-1

website/docs: Add CentOS 'testing' argument for install_type
This commit is contained in:
Mitchell Hashimoto 2013-11-23 11:26:59 -08:00
commit 0166e26990
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.