X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/efdd5e8683ca3fc786fc6905ef8e0434f3db2a5e..847ffefc0606eae909ccc4abe752fa1629085011:/cookbooks/hardware/recipes/default.rb 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