]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/mysql/recipes/default.rb
Remove cleanup code
[chef.git] / cookbooks / mysql / recipes / default.rb
index bbbca3c616cfd6c91c2262dd19c47f5487c2a22c..99c086519a2ae8f3d031f73a724b1b25f1092a3a 100644 (file)
@@ -17,6 +17,8 @@
 # limitations under the License.
 #
 
+include_recipe "munin"
+
 package "mysql-server"
 package "mysql-client"
 
@@ -29,7 +31,7 @@ template "/etc/mysql/mysql.conf.d/zzz-chef.cnf" do
   source "my.cnf.erb"
   owner "root"
   group "root"
-  mode 0o644
+  mode "644"
   notifies :restart, "service[mysql]"
 end