sous-chefs / users

Development repository for the users cookbook
https://supermarket.chef.io/cookbooks/users
Apache License 2.0
138 stars 217 forks source link

Removal of users from groups via simple data bag entry #398

Closed cringdahl closed 6 years ago

cringdahl commented 7 years ago

Description

You can now remove users from groups via the users cookbook. Simply add "old_groups" to your user data bag, add the group you want removed, and remove the old group from "groups", and converge.

Checks:

Check List

tas50 commented 6 years ago

@cringdahl If you're still interested in adding this can you rebase it against the current state of the cookbook and add to the readme showing how you would use this functionality. It seems pretty useful, but without documentation no one will find it.

tas50 commented 6 years ago

I'm going to close this out since the change has diverged from master and we haven't heard back about a rebase. If this is still something you want to get merged in please open a new PR against the current master state.