We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31222fd + 782639f commit 926ae6dCopy full SHA for 926ae6d
manifests/params.pp
@@ -57,7 +57,7 @@
57
$provider = 'mysql'
58
}
59
60
- /^(RedHat|CentOS|Scientific|OracleLinux)$/: {
+ /^(RedHat|Rocky|CentOS|Scientific|OracleLinux)$/: {
61
if versioncmp($::operatingsystemmajrelease, '7') >= 0 {
62
$provider = 'mariadb'
63
if versioncmp($::operatingsystemmajrelease, '8') >= 0 {
0 commit comments