Merge pull request #2460 from jeremyfelt/patch-1
website/docs: Add CentOS 'testing' argument for install_type
This commit is contained in:
commit
0166e26990
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue