X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/a68415b8f2bf106b6ea5948b0605c897b516ef4f..f208395b71af28010064ae853564ad3c5c537eec:/cookbooks/mysql/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/mysql/recipes/default.rb b/cookbooks/mysql/recipes/default.rb index bda006579..49087e67a 100644 --- a/cookbooks/mysql/recipes/default.rb +++ b/cookbooks/mysql/recipes/default.rb @@ -22,7 +22,7 @@ package "mysql-client" service "mysql" do action [:enable, :start] - supports :status => true, :restart => true, :reload => true + supports :status => true, :restart => true end template "/etc/mysql/conf.d/chef.cnf" do @@ -30,7 +30,7 @@ template "/etc/mysql/conf.d/chef.cnf" do owner "root" group "root" mode 0o644 - notifies :reload, "service[mysql]" + notifies :restart, "service[mysql]" end package "libdbd-mysql-perl"