]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Add option to force hp-health downgrade
[chef.git] / cookbooks / hardware / recipes / default.rb
index 0e335183896291649275f7ecd9a5f4dc033c82ec..13c1739b5a75de1d3ff5459aaac385e880e5c74c 100644 (file)
@@ -64,6 +64,7 @@ when "HP"
   package "hp-health" do
     action :install
     version "10.0.0.1.3-4."
+    options "--allow-downgrades"
     notifies :restart, "service[hp-health]"
   end