mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Fix detection of Salt codename by salt_version module
This commit is contained in:
parent
1ef02f5e1d
commit
e6abf4b2d5
1 changed files with 1 additions and 1 deletions
|
@ -78,7 +78,7 @@ class SaltVersionsInfo(type):
|
|||
ALUMINIUM = SaltVersion("Aluminium" , info=3003, released=True)
|
||||
SILICON = SaltVersion("Silicon" , info=3004, released=True)
|
||||
PHOSPHORUS = SaltVersion("Phosphorus" , info=3005, released=True)
|
||||
SULFUR = SaltVersion("Sulfur" , info=(3006, 0), released=True)
|
||||
SULFUR = SaltVersion("Sulfur" , info=3006, released=True)
|
||||
CHLORINE = SaltVersion("Chlorine" , info=(3007, 0))
|
||||
ARGON = SaltVersion("Argon" , info=(3008, 0))
|
||||
POTASSIUM = SaltVersion("Potassium" , info=(3009, 0))
|
||||
|
|
Loading…
Add table
Reference in a new issue