Skip to content

Commit 44fe423

Browse files
Add more nicknames of rhel9 to the os names map
1 parent e209b56 commit 44fe423

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

RAMP/module_metadata.py

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,12 +86,16 @@ def sha256_checksum(filename, block_size=65536):
8686
RLEC_OS_MAP = {
8787
"rhel7": "rhel7",
8888
"rhel8": "rhel8",
89+
"rhel9": "rhel9",
8990
"centos7": "rhel7",
9091
"centos8": "rhel8",
9192
"rocky8": "rhel8",
9293
"almalinux8": "rhel8",
9394
"oracle8": "rhel8",
94-
"rocky9": "rhel9"
95+
"rocky9": "rhel9",
96+
"centos9": "rhel9",
97+
"almalinux9": "rhel9",
98+
"oracle9": "rhel9",
9599
}
96100

97101
def get_curr_os():

0 commit comments

Comments
 (0)