From: Silvio Rhatto Date: Mon, 25 Dec 2023 21:17:40 +0000 (-0300) Subject: Make mariadb-client the default implementation X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;p=puppet-mysql.git Make mariadb-client the default implementation --- diff --git a/manifests/init.pp b/manifests/init.pp index a88894e..d65103a 100644 --- a/manifests/init.pp +++ b/manifests/init.pp @@ -13,7 +13,7 @@ # Simon Josi josi+puppet(at)puzzle.ch class mysql( - $implementation = 'mysql-client', # 'mariadb-client' + $implementation = 'mariadb-client', # 'mysql-client' ) { package { "mysql-client": name => $implementation,