diff options
author | Michael Scherer <misc@zarb.org> | 2015-03-23 19:25:58 +0100 |
---|---|---|
committer | Michael Scherer <misc@zarb.org> | 2015-03-23 19:25:58 +0100 |
commit | 125331a7d9789603951584f8367ac47f2d2cb9a6 (patch) | |
tree | d6972c0628985e5d73a7992d3b83e04d68f67982 /roles | |
parent | cd72e0933d16b0fd174c21ce973b04b74143ef1f (diff) |
Fix the password variable
Diffstat (limited to 'roles')
-rw-r--r-- | roles/mariadb/templates/my.cnf | 2 |
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 }} |