Skip to content

Commit e0e797e

Browse files
author
Colleen Murphy
committed
Revert "Default to MariaDB for SLES 12"
SLES belongs in the Suse family, not the RedHat family. This reverts commit 8cc0083.
1 parent 510dfda commit e0e797e

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

manifests/params.pp

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,6 @@
4545
$provider = 'mysql'
4646
}
4747
}
48-
'SLES': {
49-
if $::operatingsystemmajrelease >= 12 {
50-
$provider = 'mariadb'
51-
} else {
52-
$provider = 'mysql'
53-
}
54-
}
5548
default: {
5649
$provider = 'mysql'
5750
}

0 commit comments

Comments
 (0)