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

4 lines
141 B
Text

[client]
user=root
host=localhost
password=<%= scope.function_trocla("mysql_rootpw_#{scope.lookupvar('::fqdn')}",'plain', 'length' => 32) %>