We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 012d68f + 24ebbf6 commit daeabe2Copy full SHA for daeabe2
quattor/types/os.pan
@@ -14,7 +14,7 @@ type structure_os_version = {
14
15
type structure_os_distribution = {
16
@{Distribution name, e.g. sl}
17
- "name" : string with match(SELF, '^((rh)?el|centos|sl)$')
+ "name" : string with match(SELF, '^((rh)?el|centos|sl|rocky|alma)$')
18
@{Full descriptive name, e.g. Scientific Linux}
19
"description" ? string
20
@{Family that this distribution belongs to e.g. The family for "sl" would be "el"}
0 commit comments