Mercurial > repos > other > Puppet
view modules/mysql/templates/my.cnf.pass.erb @ 189:3c03d3d03656 puppet-3.6
Switch to new Postfix SASL filter (no longer a separate file)
author | IBBoard <dev@ibboard.co.uk> |
---|---|
date | Sun, 10 Feb 2019 16:13:24 +0000 |
parents | 956e484adc12 |
children | 48d3a1948e4d |
line wrap: on
line source
[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'] -%>