From: Tom Hughes Date: Tue, 24 Oct 2017 13:52:07 +0000 (+0100) Subject: Remove forced downgrade of hp-health X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/847ffefc0606eae909ccc4abe752fa1629085011?ds=inline Remove forced downgrade of hp-health --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 4474578a5..e067a0b10 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -55,11 +55,8 @@ case manufacturer when "HP" package "hponcfg" - # Downgrade hp-health to 10.0.0.1.3-4. as 10.40-1815.49 has issues with reliable startup package "hp-health" do action :install - version "10.0.0.1.3-4." - options "--force-yes" notifies :restart, "service[hp-health]" end