]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Gather information on Fusion-MPT disk controllers
[chef.git] / cookbooks / hardware / recipes / default.rb
index 5183978ff91bb52e97fe9bf343609544f36f67ac..238d65690aff73ebd0df9fae7becea844a008688 100644 (file)
@@ -243,7 +243,7 @@ node[:block_device].each do |name, attributes|
   end
 end
 
-%w(hpacucli lsiutil sas2ircu megactl megacli arcconf).each do |tools_package|
+%w(hpssacli lsiutil sas2ircu megactl megacli arcconf).each do |tools_package|
   if tools_packages.include?(tools_package)
     package tools_package
   else