]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Switch apt allow-downgrades for force-yes for backward compatibility
[chef.git] / cookbooks / hardware / recipes / default.rb
index 13c1739b5a75de1d3ff5459aaac385e880e5c74c..7d326d68bb28abf98955d27f9337bd3394c71f53 100644 (file)
@@ -64,13 +64,13 @@ when "HP"
   package "hp-health" do
     action :install
     version "10.0.0.1.3-4."
-    options "--allow-downgrades"
+    options "--force-yes"
     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"