X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8df838bf09d95282ba29ddde8b504e0affc5f06e..77c76717bfc26fe7ba1641244164bc1cb5c38429:/cookbooks/accounts/recipes/default.rb diff --git a/cookbooks/accounts/recipes/default.rb b/cookbooks/accounts/recipes/default.rb index 76c3a8460..feb57a5e9 100644 --- a/cookbooks/accounts/recipes/default.rb +++ b/cookbooks/accounts/recipes/default.rb @@ -42,13 +42,11 @@ search(:accounts, "*:*").each do |account| end group name.to_s do - action :create gid account["uid"].to_i members group_members & node[:etc][:passwd].keys end user name.to_s do - action :create uid account["uid"].to_i gid account["uid"].to_i comment account["comment"] if account["comment"]