]> git.openstreetmap.org Git - chef.git/commitdiff
hp-health service does not support reload
authorGrant Slater <git@firefishy.com>
Thu, 20 Oct 2016 00:34:40 +0000 (01:34 +0100)
committerGrant Slater <git@firefishy.com>
Thu, 20 Oct 2016 00:34:40 +0000 (01:34 +0100)
cookbooks/hardware/recipes/default.rb

index 13c1739b5a75de1d3ff5459aaac385e880e5c74c..d999d28e5a8856a5c588da00872c06d687427b9c 100644 (file)
@@ -70,7 +70,7 @@ when "HP"
 
   service "hp-health" do
     action [:enable, :start]
 
   service "hp-health" do
     action [:enable, :start]
-    supports :status => true, :restart => true, :reload => true
+    supports :status => true, :restart => true
   end
 
   units << "1"
   end
 
   units << "1"