Skip to content

Commit daeabe2

Browse files
authored
Merge pull request #244 from jrha/el_os_names
Add Rocky and Alma as supported distribution names
2 parents 012d68f + 24ebbf6 commit daeabe2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quattor/types/os.pan

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ type structure_os_version = {
1414

1515
type structure_os_distribution = {
1616
@{Distribution name, e.g. sl}
17-
"name" : string with match(SELF, '^((rh)?el|centos|sl)$')
17+
"name" : string with match(SELF, '^((rh)?el|centos|sl|rocky|alma)$')
1818
@{Full descriptive name, e.g. Scientific Linux}
1919
"description" ? string
2020
@{Family that this distribution belongs to e.g. The family for "sl" would be "el"}

0 commit comments

Comments
 (0)