module-mysql/templates/root/my.cnf.erb

5 lines
141 B
Text
Raw Normal View History

2008-06-13 22:16:32 +02:00
[client]
user=root
host=localhost
password=<%= scope.function_trocla("mysql_rootpw_#{scope.lookupvar('::fqdn')}",'plain', 'length' => 32) %>