X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/1f1dbdf43565d8af689dd16ec94b6dccc87b7890..d4db5c7d063bb8bbb891f057d9a775ebf3390eaa:/cookbooks/hardware/recipes/default.rb?ds=sidebyside diff --git a/cookbooks/hardware/recipes/default.rb b/cookbooks/hardware/recipes/default.rb index fdcdf6161..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") || product.end_with?("Gen9") + if product.end_with?("Gen8", "Gen9") package "hp-ams" do action :install notifies :restart, "service[hp-ams]"