#
-# Cookbook Name:: mysql
+# Cookbook:: mysql
# Recipe:: default
#
-# Copyright 2013, OpenStreetMap Foundation
+# Copyright:: 2013, OpenStreetMap Foundation
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# limitations under the License.
#
+include_recipe "munin"
+
package "mysql-server"
package "mysql-client"
source "my.cnf.erb"
owner "root"
group "root"
- mode 0o644
+ mode "644"
notifies :restart, "service[mysql]"
end