Skip to content

Commit 926ae6d

Browse files
authored
Merge pull request #1405 from vchepkov/rocky8
(MODULES-11115) add Rocky Linux 8 compatibility
2 parents 31222fd + 782639f commit 926ae6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-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 {

0 commit comments

Comments
 (0)