]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mysql/recipes/default.rb
Use bytemark memcached servers
[chef.git] / cookbooks / mysql / recipes / default.rb
index b35eff8f9e9a99e01b09e0e449746ecc216a37e9..49087e67a1b78d7a2dacfb1f1377042d4438d1b2 100644 (file)
@@ -22,15 +22,15 @@ 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
   source "my.cnf.erb"
   owner "root"
   group "root"
-  mode 0644
-  notifies :reload, "service[mysql]"
+  mode 0o644
+  notifies :restart, "service[mysql]"
 end
 
 package "libdbd-mysql-perl"