From 3bdd82169a0b0034422af1d0b5285469b4973544 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Fri, 14 Sep 2018 14:05:53 -0300 Subject: Support for ubuntu bionic --- manifests/server.pp | 4 ++++ 1 file changed, 4 insertions(+) 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', -- cgit v1.2.3