From 64e116cfb5a4247f2e763a3d26354099f3f66f27 Mon Sep 17 00:00:00 2001 From: mh Date: Fri, 10 Feb 2012 15:04:40 +0100 Subject: correct key for trocla lookup --- templates/root/my.cnf.erb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates') diff --git a/templates/root/my.cnf.erb b/templates/root/my.cnf.erb index 9a67c2f..fbc8a0e 100644 --- a/templates/root/my.cnf.erb +++ b/templates/root/my.cnf.erb @@ -1,4 +1,4 @@ [client] user=root host=localhost -password=<%= scope.function_trocla("mysql_rootpw_#{scope.lookupvar('::fqdn')}",'plain', 'length' => 32) %> +password=<%= scope.function_trocla("mysql_root_#{scope.lookupvar('::fqdn')}",'plain', 'length' => 32) %> -- cgit v1.2.3