From d2d40a8dc8694603642aed4556447cf930fe7987 Mon Sep 17 00:00:00 2001 From: Colleen Murphy Date: Fri, 10 Oct 2014 13:23:48 -0700 Subject: [PATCH] Oracle 7 uses mariadb --- manifests/params.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/manifests/params.pp b/manifests/params.pp index 68742e643..c189d23a0 100644 --- a/manifests/params.pp +++ b/manifests/params.pp @@ -38,7 +38,7 @@ $provider = 'mysql' } } - /^(RedHat|CentOS|Scientific)$/: { + /^(RedHat|CentOS|Scientific|OracleLinux)$/: { if $::operatingsystemmajrelease >= 7 { $provider = 'mariadb' } else {