diff options
| author | Silvio Rhatto <rhatto@riseup.net> | 2023-12-25 18:17:40 -0300 | 
|---|---|---|
| committer | Silvio Rhatto <rhatto@riseup.net> | 2023-12-25 18:17:40 -0300 | 
| commit | 4823ee4c1bdf2394283a4459d001ed1ac2983e47 (patch) | |
| tree | 5bea719ee219a8de6c8a96a9fd805c2212e30ed6 | |
| parent | 32552a222cb03e0b2e5c99e51a3719426a06a707 (diff) | |
| download | puppet-mysql-4823ee4c1bdf2394283a4459d001ed1ac2983e47.tar.gz puppet-mysql-4823ee4c1bdf2394283a4459d001ed1ac2983e47.tar.bz2  | |
| -rw-r--r-- | manifests/init.pp | 2 | 
1 files changed, 1 insertions, 1 deletions
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,  | 
