summaryrefslogtreecommitdiff
path: root/templates/root/my.cnf.erb
diff options
context:
space:
mode:
authorMicah Anderson <micah@riseup.net>2012-04-04 12:22:09 -0400
committerMicah Anderson <micah@riseup.net>2012-04-04 12:22:09 -0400
commitdb8103b0baff13a82969fa218e344e7707743273 (patch)
tree382f28dbd49d35ff0895d9e2727f9732bb9c70f1 /templates/root/my.cnf.erb
parentcc65b6c584fbfe4e8e10f91f03a269910a0926c9 (diff)
parent64e116cfb5a4247f2e763a3d26354099f3f66f27 (diff)
Merge remote-tracking branch 'immerda/master'
Conflicts: manifests/server/munin/default.pp manifests/server/nagios.pp
Diffstat (limited to 'templates/root/my.cnf.erb')
-rw-r--r--templates/root/my.cnf.erb2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/root/my.cnf.erb b/templates/root/my.cnf.erb
index 7800843..fbc8a0e 100644
--- a/templates/root/my.cnf.erb
+++ b/templates/root/my.cnf.erb
@@ -1,4 +1,4 @@
[client]
user=root
host=localhost
-password=<%= mysql_rootpw %>
+password=<%= scope.function_trocla("mysql_root_#{scope.lookupvar('::fqdn')}",'plain', 'length' => 32) %>