module-mysql/templates/root/my.cnf.erb
2013-01-02 18:48:49 +01:00

4 lines
98 B
Text

[client]
user=root
host=localhost
password=<%= scope.lookupvar('mysql::server::root_password') %>