mirror of
https://github.com/saltstack/salt-bootstrap.git
synced 2025-04-16 09:40:21 +00:00
Include testing in list of valid install types.
This commit is contained in:
parent
72bc0bd9a9
commit
f5376d036d
1 changed files with 2 additions and 0 deletions
|
@ -226,6 +226,7 @@ usage() {
|
|||
- stable (default)
|
||||
- stable [version] (ubuntu specific)
|
||||
- daily (ubuntu specific)
|
||||
- testing (redhat specific)
|
||||
- git
|
||||
|
||||
Examples:
|
||||
|
@ -233,6 +234,7 @@ usage() {
|
|||
- ${__ScriptName} stable
|
||||
- ${__ScriptName} stable 2014.7
|
||||
- ${__ScriptName} daily
|
||||
- ${__ScriptName} testing
|
||||
- ${__ScriptName} git
|
||||
- ${__ScriptName} git develop
|
||||
- ${__ScriptName} git v0.17.0
|
||||
|
|
Loading…
Add table
Reference in a new issue