phpservermon/puphpet/puppet/modules/mysql/templates/my.cnf.pass.erb

8 lines
228 B
Plaintext

[client]
user=root
host=localhost
<% unless scope.lookupvar('mysql::server::root_password') == 'UNSET' -%>
password='<%= scope.lookupvar('mysql::server::root_password') %>'
<% end -%>
socket=<%= @options['client']['socket'] -%>