Skip to content

Commit 7f1ca2e

Browse files
committed
(MODULES-11115) add Rocky Linux 8 support
1 parent 1fb7245 commit 7f1ca2e

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

manifests/params.pp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
$provider = 'mysql'
5858
}
5959
}
60-
/^(RedHat|CentOS|Scientific|OracleLinux)$/: {
60+
/^(RedHat|Rocky|CentOS|Scientific|OracleLinux)$/: {
6161
if versioncmp($::operatingsystemmajrelease, '7') >= 0 {
6262
$provider = 'mariadb'
6363
if versioncmp($::operatingsystemmajrelease, '8') >= 0 {

metadata.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,12 @@
2222
"8"
2323
]
2424
},
25+
{
26+
"operatingsystem": "Rocky",
27+
"operatingsystemrelease": [
28+
"8"
29+
]
30+
},
2531
{
2632
"operatingsystem": "CentOS",
2733
"operatingsystemrelease": [

0 commit comments

Comments
 (0)