X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/fa135dc6a032a354ffb78b72947cb2b6be2910cd..21958591555b0b80370e944e3128ac5d533c281d:/cookbooks/munin/recipes/server.rb diff --git a/cookbooks/munin/recipes/server.rb b/cookbooks/munin/recipes/server.rb index 0c74cd0cc..3e72ea160 100644 --- a/cookbooks/munin/recipes/server.rb +++ b/cookbooks/munin/recipes/server.rb @@ -36,7 +36,7 @@ directory "/var/lib/munin/rrdcached" do end service "rrdcached" do - action [ :enable, :start ] + action [:enable, :start] subscribes :restart, "template[/etc/default/rrdcached]" end