X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/c4817c654797638bf16b54f4f9b69ed3715625cb..cb4ae9ab4c4a80ea0941229d5b9a1fbc32c7b17e:/cookbooks/mysql/recipes/default.rb diff --git a/cookbooks/mysql/recipes/default.rb b/cookbooks/mysql/recipes/default.rb index 07835e729..427081239 100644 --- a/cookbooks/mysql/recipes/default.rb +++ b/cookbooks/mysql/recipes/default.rb @@ -25,11 +25,6 @@ service "mysql" do supports :status => true, :restart => true end -file "/etc/mysql/conf.d/chef.cnf" do - action :delete - notifies :restart, "service[mysql]" -end - conf_file = if node[:lsb][:release].to_f >= 16.04 "/etc/mysql/mysql.conf.d/zzz-chef.cnf" else