From 15abc5994655af6eb2cdd17ab77b63b6a6d49272 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 1 Nov 2015 17:29:55 +0100 Subject: [PATCH] Added template for ~root/.my.cnf --- roles/ispmail-database/templates/my-cnf.j2 | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 roles/ispmail-database/templates/my-cnf.j2 diff --git a/roles/ispmail-database/templates/my-cnf.j2 b/roles/ispmail-database/templates/my-cnf.j2 new file mode 100644 index 0000000..0615332 --- /dev/null +++ b/roles/ispmail-database/templates/my-cnf.j2 @@ -0,0 +1,2 @@ +[client] +password={{ispmail_mysql_root_password}}