
Fix regression. This caused "random" restart problem on Galera cluster. As soon as the nodes were synchronized, they wouldn't restart properly. This close GH-126
15 lines
357 B
Plaintext
15 lines
357 B
Plaintext
# Managed by Puppet
|
|
# Module cloud::database::sql
|
|
#
|
|
[client]
|
|
host = localhost
|
|
user = debian-sys-maint
|
|
password = <%= @mysql_sys_maint_password %>
|
|
socket = /var/run/mysqld/mysqld.sock
|
|
[mysql_upgrade]
|
|
host = localhost
|
|
user = debian-sys-maint
|
|
password = <%= @mysql_sys_maint_password %>
|
|
socket = /var/run/mysqld/mysqld.sock
|
|
basedir = /usr
|