7 lines
141 B
Text
7 lines
141 B
Text
[client]
|
|
user=root
|
|
host=localhost
|
|
<% unless @root_password == 'UNSET' -%>
|
|
password='<%= @root_password %>'
|
|
<% end -%>
|
|
socket=<%= @socket -%>
|