From ff82f546e8dd02a2c80a25ebb4807e1caed86914 Mon Sep 17 00:00:00 2001
From: CVL-GitHub <jupiter.hu@monash.edu>
Date: Thu, 27 Aug 2015 16:09:55 +1000
Subject: [PATCH]  a) don't add the mysql community repo (use maria if we need
 to)     b) figure out if we are using maria or mysql (make a variable called
 sqlServiceName)     c)  remove all references to mysql_config_file_name
 unless it can be justified somehow

---
 roles/mysql/templates/mysql.cnf.j2 | 9 ---------
 1 file changed, 9 deletions(-)
 delete mode 100644 roles/mysql/templates/mysql.cnf.j2

diff --git a/roles/mysql/templates/mysql.cnf.j2 b/roles/mysql/templates/mysql.cnf.j2
deleted file mode 100644
index bcfe4d87..00000000
--- a/roles/mysql/templates/mysql.cnf.j2
+++ /dev/null
@@ -1,9 +0,0 @@
-[mysqld]
-character_set_server=utf8
-default-storage-engine = innodb
-sql_mode = STRICT_ALL_TABLES
-log_warnings = 2
-log_error = /var/log/mysql/error.log
-
-[client]
-default-character-set = utf8
-- 
GitLab