X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/b994ee6582046f94028b78a2c120c5fc0919f15d..b69abd54c4cd3e37231a25ca24d8be756b46e2d7:/cookbooks/hardware/recipes/default.rb diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index 564e53018..f2af6c986 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", "Gen9") package "hp-ams" do action :install notifies :restart, "service[hp-ams]"