From: Grant Slater Date: Thu, 20 Oct 2016 00:23:40 +0000 (+0100) Subject: Downgrade hp-health package due to startup issues in latest release X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c1f9386a8e8db48dc8db03cdd42e13b789fafe83 Downgrade hp-health package due to startup issues in latest release --- diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 1308f44fc..0e3351838 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -59,7 +59,19 @@ end case manufacturer when "HP" package "hponcfg" - package "hp-health" + + # 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." + notifies :restart, "service[hp-health]" + end + + service "hp-health" do + action [:enable, :start] + supports :status => true, :restart => true, :reload => true + end + units << "1" when "TYAN" units << "0"