Skip to content

Commit

Permalink
Revert "Default to MariaDB for SLES 12"
Browse files Browse the repository at this point in the history
SLES belongs in the Suse family, not the RedHat family.

This reverts commit 8cc0083.
  • Loading branch information
Colleen Murphy committed Nov 26, 2014
1 parent 510dfda commit e0e797e
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions manifests/params.pp
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@
$provider = 'mysql'
}
}
'SLES': {
if $::operatingsystemmajrelease >= 12 {
$provider = 'mariadb'
} else {
$provider = 'mysql'
}
}
default: {
$provider = 'mysql'
}
Expand Down

0 comments on commit e0e797e

Please sign in to comment.