From 847ffefc0606eae909ccc4abe752fa1629085011 Mon Sep 17 00:00:00 2001 From: Tom Hughes Date: Tue, 24 Oct 2017 14:52:07 +0100 Subject: [PATCH] Remove forced downgrade of hp-health --- cookbooks/hardware/recipes/default.rb | 3 --- 1 file changed, 3 deletions(-) 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 -- 2.43.2