]> gitweb.fluxo.info Git - puppet-mysql.git/commitdiff
Fix lsbdistid value
authorSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Apr 2018 19:04:21 +0000 (16:04 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Thu, 12 Apr 2018 19:04:21 +0000 (16:04 -0300)
manifests/server.pp

index 3bdbf7b1884465059bef030e3dea0354ecad2b11..be00587870c48af65392e9925b8f77bb19526b80 100644 (file)
@@ -9,7 +9,7 @@ class mysql::server(
   include mysql
 
   $authentication_string = $::lsbdistid ? {
-    'ubuntu' => $::lsbdistcodename ? {
+    'Ubuntu' => $::lsbdistcodename ? {
       'trusty' => 'Password=PASSWORD',
       'xenial' => $implementation ? {
         'mysql-server' => 'authentication_string=password',