From 14308847efb74a22a608bdc894cfd86e6f987278 Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Thu, 2 Nov 2017 14:29:24 +0100 Subject: [PATCH] Try fix galera --- templates/root/my.cnf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/templates/root/my.cnf b/templates/root/my.cnf index 6052e60..7ad1d77 100644 --- a/templates/root/my.cnf +++ b/templates/root/my.cnf @@ -4,4 +4,8 @@ [client] user=root +{% if mysql_vendor == 'mariadb_galera' %} password="{{ mysql_root_password }}" +{% else %} +password={{ mysql_root_password }} +{% endif %}