Skip to content

Commit 24ebbf6

Browse files
committed
Add Rocky and Alma as supported distribution names
1 parent 012d68f commit 24ebbf6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quattor/types/os.pan

Lines changed: 1 addition & 1 deletion
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)