From 0556899ab4c924d5038be88fbb4ec9e8a986cda3 Mon Sep 17 00:00:00 2001 From: Solomon Gifford Date: Wed, 16 Dec 2015 13:51:43 -0500 Subject: [PATCH] Support mariadb and other mysql implementations that have a mysql include directory for my.cnf overrides --- vars/Debian.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vars/Debian.yml b/vars/Debian.yml index 4156d55..097be99 100644 --- a/vars/Debian.yml +++ b/vars/Debian.yml @@ -5,5 +5,5 @@ __mysql_packages: - mysql-server __mysql_slow_query_log_file: /var/log/mysql/mysql-slow.log mysql_config_file: /etc/mysql/my.cnf -mysql_config_include_dir: /etc/mysql/conf.d/ +mysql_config_include_dir: /etc/mysql/conf.d mysql_socket: /var/run/mysqld/mysqld.sock