correct key for trocla lookup

This commit is contained in:
mh 2012-02-10 15:04:40 +01:00
parent 4ac7369515
commit 64e116cfb5

View file

@ -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) %>