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