diff --git a/controls/mysql_conf.rb b/controls/mysql_conf.rb index 68b015d..0873c3a 100644 --- a/controls/mysql_conf.rb +++ b/controls/mysql_conf.rb @@ -55,6 +55,12 @@ process_name = 'mariadbd' if os[:release] >= '9' service_name = 'mysqld' service_name = 'mariadb' if os[:release] >= '7' +when 'suse' + mysql_config_path = '/etc/' + mysql_config_file = "#{mysql_config_path}my.cnf" + mysql_log_group = 'mysql' + process_name = 'mysqld' + service_name = 'mariadb' end control 'mysql-conf-01' do