From: Grant Slater Date: Tue, 4 Sep 2018 17:26:37 +0000 (+0100) Subject: hardware: Also install hp-ams on Gen9 servers X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/1f1dbdf43565d8af689dd16ec94b6dccc87b7890?ds=sidebyside hardware: Also install hp-ams on Gen9 servers --- 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]"