]> git.openstreetmap.org Git - chef.git/commitdiff
The mdadm service is now called mdmonitor
authorTom Hughes <tom@compton.nu>
Wed, 9 Nov 2022 13:50:19 +0000 (13:50 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 9 Nov 2022 13:50:19 +0000 (13:50 +0000)
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