X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/45dde9418dd342bb1a632d82559201c0b3becf1a..5fef39842bb8b48f83422b60e8baacc63106ee24:/cookbooks/mysql/recipes/default.rb diff --git a/cookbooks/mysql/recipes/default.rb b/cookbooks/mysql/recipes/default.rb index bbbca3c61..99c086519 100644 --- a/cookbooks/mysql/recipes/default.rb +++ b/cookbooks/mysql/recipes/default.rb @@ -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