From 6950c924448bc969fbe78db72b443942a8efd31d Mon Sep 17 00:00:00 2001 From: Grant Slater Date: Tue, 11 Aug 2026 11:56:27 +0100 Subject: [PATCH] hardware: Install amsd on Gen10 Plus --- 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 8afe34343..329c93981 100644 --- a/cookbooks/hardware/recipes/default.rb +++ b/cookbooks/hardware/recipes/default.rb @@ -104,7 +104,7 @@ when "HP", "HPE" action [:enable, :start] supports :status => true, :restart => true end - elsif product.end_with?("Gen10") + elsif product.end_with?("Gen10") || product.end_with?("Gen10 Plus") package "amsd" do action :install notifies :restart, "service[amsd]" -- 2.47.3