From 1f1dbdf43565d8af689dd16ec94b6dccc87b7890 Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 4 Sep 2018 18:26:37 +0100 Subject: [PATCH] hardware: Also install hp-ams on Gen9 servers --- cookbooks/hardware/recipes/default.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 564e53018..fdcdf6161 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -65,7 +65,7 @@ when "HP" supports :status => true, :restart => true end - if product.end_with?("Gen8") + if product.end_with?("Gen8") || product.end_with?("Gen9") package "hp-ams" do action :install notifies :restart, "service[hp-ams]" -- 2.43.2