]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Install libyaml-perl for dns-check
[chef.git] / cookbooks / hardware / recipes / default.rb
index 0821ef1e00ecc7becc49d58325251bb793961e50..656bb58ba4ad62f72e3279b052f0eb3ff6c127b2 100644 (file)
@@ -585,7 +585,7 @@ if File.exist?("/etc/mdadm/mdadm.conf")
     content mdadm_conf
   end
 
-  service "mdadm" do
+  service "mdmonitor" do
     action :nothing
     subscribes :restart, "file[/etc/mdadm/mdadm.conf]"
   end