]> gitweb.fluxo.info Git - puppet-mysql.git/commitdiff
Adds implementation param at mysql class
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Sep 2019 18:16:20 +0000 (15:16 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Sep 2019 18:16:20 +0000 (15:16 -0300)
manifests/init.pp

index 35dba041d4d47f8b87763c74bcd8fce681d55e97..031ef79e632c434662a11bbce9b9c4c67a91c5dd 100644 (file)
@@ -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,
   }