puppet-tripleo/templates/database/debian.cnf.erb

14 lines
327 B
Plaintext

# Managed by Puppet
#
[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