Merge pull request #126 from flackend/master

Fix for complex passwords in .my.cnf
pull/63/head
Jeff Geerling 8 years ago
commit b0fd5c3f61
  1. 2
      templates/user-my.cnf.j2

@ -1,3 +1,3 @@
[client]
user={{ mysql_root_username }}
password={{ mysql_root_password }}
password="{{ mysql_root_password }}"