]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
hp-health service does not support reload
[chef.git] / cookbooks / hardware / recipes / default.rb
index 0e335183896291649275f7ecd9a5f4dc033c82ec..d999d28e5a8856a5c588da00872c06d687427b9c 100644 (file)
@@ -64,12 +64,13 @@ when "HP"
   package "hp-health" do
     action :install
     version "10.0.0.1.3-4."
   package "hp-health" do
     action :install
     version "10.0.0.1.3-4."
+    options "--allow-downgrades"
     notifies :restart, "service[hp-health]"
   end
 
   service "hp-health" do
     action [:enable, :start]
     notifies :restart, "service[hp-health]"
   end
 
   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"