X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/3b2d91d9fb2bd2878d12d02af78484f9ea43f8f7..51c88d5adaf0081b923dc3f330c98f1ff2432168:/cookbooks/dev/recipes/default.rb?ds=inline diff --git a/cookbooks/dev/recipes/default.rb b/cookbooks/dev/recipes/default.rb index 59fd78603..80b80586b 100644 --- a/cookbooks/dev/recipes/default.rb +++ b/cookbooks/dev/recipes/default.rb @@ -113,7 +113,7 @@ search(:accounts, "*:*").each do |account| name = account["id"] details = node[:accounts][:users][name] || {} - next unless %w(user administrator).include?(details[:status]) + next unless %w[user administrator].include?(details[:status]) user_home = details[:home] || account["home"] || "#{node[:accounts][:home]}/#{name}"