module-puppetlabs-mysql/templates/my.cnf.pass.erb

8 lines
174 B
Text
Raw Normal View History

[client]
user=root
host=localhost
<% unless @options['root_password'] == 'UNSET' -%>
password='<%= @options['root_password'] %>'
<% end -%>
socket=<%= @options['socket'] -%>