Revert "Default to MariaDB for SLES 12"

SLES belongs in the Suse family, not the RedHat family.

This reverts commit 8cc0083d6e.
This commit is contained in:
Colleen Murphy 2014-11-26 12:11:46 -08:00
parent 510dfda002
commit e0e797e480

View file

@ -45,13 +45,6 @@ class mysql::params {
$provider = 'mysql'
}
}
'SLES': {
if $::operatingsystemmajrelease >= 12 {
$provider = 'mariadb'
} else {
$provider = 'mysql'
}
}
default: {
$provider = 'mysql'
}