From c1c3b112459f995afdaae9cc9aa415ea68788596 Mon Sep 17 00:00:00 2001 From: mh Date: Wed, 2 Jan 2013 18:48:49 +0100 Subject: make trocla an optional dependency --- 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 26ced1e..86782aa 100644 --- a/templates/root/my.cnf.erb +++ b/templates/root/my.cnf.erb @@ -1,4 +1,4 @@ [client] user=root host=localhost -password=<%= Puppet::Parser::Functions.function('trocla');'' %><%= scope.function_trocla("mysql_root_#{scope.lookupvar('::fqdn')}",'plain', 'length' => 32) %> +password=<%= scope.lookupvar('mysql::server::root_password') %> -- cgit v1.2.3