sathlan 0389558b66 Debian.cnf must be in sync on all nodes.
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
2014-01-31 01:53:30 -05:00

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