From: Silvio Rhatto Date: Fri, 14 Sep 2018 17:05:53 +0000 (-0300) Subject: Support for ubuntu bionic X-Git-Url: https://gitweb.fluxo.info/?a=commitdiff_plain;h=3bdd82169a0b0034422af1d0b5285469b4973544;p=puppet-mysql.git Support for ubuntu bionic --- diff --git a/manifests/server.pp b/manifests/server.pp index be00587..2e74beb 100644 --- a/manifests/server.pp +++ b/manifests/server.pp @@ -11,6 +11,10 @@ class mysql::server( $authentication_string = $::lsbdistid ? { 'Ubuntu' => $::lsbdistcodename ? { 'trusty' => 'Password=PASSWORD', + 'bionic' => $implementation ? { + 'mysql-server' => 'authentication_string=password', + default => 'Password=PASSWORD', + }, 'xenial' => $implementation ? { 'mysql-server' => 'authentication_string=password', default => 'Password=PASSWORD',