]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/rsyncd/recipes/default.rb
Fix some rubocop detected style issues
[chef.git] / cookbooks / rsyncd / recipes / default.rb
index 44fef331e032bfb95744cff19ea390e9905ca765..41eaee80a4549af1be7d6cd116337e2bb7826366 100644 (file)
@@ -22,7 +22,7 @@ include_recipe "networking"
 hosts_allow = Hash.new
 hosts_deny = Hash.new
 
-node[:rsyncd][:modules].each do |name,details|
+node[:rsyncd][:modules].each do |name, details|
   hosts_allow[name] = details[:hosts_allow] || []
 
   if details[:nodes_allow]