From fc6db2964f841c1d17300891b5466331758d7901 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 12 Sep 2019 15:16:20 -0300 Subject: Adds implementation param at mysql class --- manifests/init.pp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/manifests/init.pp b/manifests/init.pp index 35dba04..031ef79 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -12,7 +12,9 @@ # Marcel Haerry haerry+puppet(at)puzzle.ch # Simon Josi josi+puppet(at)puzzle.ch -class mysql { +class mysql( + $implementation = 'mysql-client', # 'mariadb-client' +) { package { "mysql-client": ensure => installed, } -- cgit v1.2.3