summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@zarb.org>2015-03-23 19:25:58 +0100
committerMichael Scherer <misc@zarb.org>2015-03-23 19:25:58 +0100
commit125331a7d9789603951584f8367ac47f2d2cb9a6 (patch)
treed6972c0628985e5d73a7992d3b83e04d68f67982
parentcd72e0933d16b0fd174c21ce973b04b74143ef1f (diff)
Fix the password variable
-rw-r--r--roles/mariadb/templates/my.cnf2
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/mariadb/templates/my.cnf b/roles/mariadb/templates/my.cnf
index 21e6a1b..fa14aca 100644
--- a/roles/mariadb/templates/my.cnf
+++ b/roles/mariadb/templates/my.cnf
@@ -1,4 +1,4 @@
[client]
user = root
-password = {{ mariadb_root_pw }}
+password = {{ mariadb_pass }}