a24881a682
It makes way more sense to just allow it as a class param. Also added some additional config for setting bind address and port. Added management of /etc/mysql/my.cnf Documented a dependency on create_resources 0.0.1
6 lines
114 B
Text
6 lines
114 B
Text
[client]
|
|
user=root
|
|
host=localhost
|
|
<% unless root_password == 'UNSET' -%>
|
|
password=<%= root_password %>
|
|
<% end -%>
|