Oracle 7 uses mariadb
This commit is contained in:
parent
91e57102d6
commit
d2d40a8dc8
1 changed files with 1 additions and 1 deletions
|
@ -38,7 +38,7 @@ class mysql::params {
|
|||
$provider = 'mysql'
|
||||
}
|
||||
}
|
||||
/^(RedHat|CentOS|Scientific)$/: {
|
||||
/^(RedHat|CentOS|Scientific|OracleLinux)$/: {
|
||||
if $::operatingsystemmajrelease >= 7 {
|
||||
$provider = 'mariadb'
|
||||
} else {
|
||||
|
|
Loading…
Reference in a new issue