correct key for trocla lookup
This commit is contained in:
parent
4ac7369515
commit
64e116cfb5
1 changed files with 1 additions and 1 deletions
|
@ -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) %>
|
||||
|
|
Loading…
Reference in a new issue