]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/hardware/recipes/default.rb
Fix some rubocop detected style issues
[chef.git] / cookbooks / hardware / recipes / default.rb
index 441dbd1e3ad8104ac9d6c7e319d4e01e2e8066b3..fec4b0c98a3d4c397263120fc6476e9fce8d9416 100644 (file)
@@ -203,7 +203,7 @@ node[:kernel][:modules].each_key do |modname|
   end
 end
 
-node[:block_device].each do |name,attributes|
+node[:block_device].each do |name, attributes|
   if attributes[:vendor] == "HP" and attributes[:model] == "LOGICAL VOLUME"
     if name =~ /^cciss!(c[0-9]+)d[0-9]+$/
       status_packages["cciss-vol-status"] |= [ "cciss/#{$1}d0" ]