changeset 28 | b0b56e0f8c7f |
child 146 | dc4d1cdc47e0 |
27:a2342f26c9de | 28:b0b56e0f8c7f |
---|---|
1 ### MANAGED BY PUPPET ### |
|
2 |
|
3 [client] |
|
4 user=root |
|
5 host=localhost |
|
6 <% unless scope.lookupvar('mysql::server::root_password') == 'UNSET' -%> |
|
7 password='<%= scope.lookupvar('mysql::server::root_password') %>' |
|
8 <% end -%> |
|
9 socket=<%= @options['client']['socket'] -%> |