From: Grant Slater Date: Thu, 20 Oct 2016 00:29:55 +0000 (+0100) Subject: Add option to force hp-health downgrade X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/31b755737cdcb73772779be590e9a24241808adc Add option to force hp-health downgrade --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 0e3351838..13c1739b5 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -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