]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
imagery: do not fail socket upstreams
[chef.git] / cookbooks / hardware / recipes / default.rb
index 564e530187d3e25c9e3034c779916ef71d89864c..f2af6c9863af0365a1ec0081777f1c670da4ba7c 100644 (file)
@@ -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]"