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

[COOK-4139] Only notify users_manage when something changes #36

Closed blt04 closed 10 years ago

blt04 commented 10 years ago

This keeps track of what resources actually updated while creating and removing users. It notifies the users_manage resource only when something actually changed.

https://tickets.opscode.com/browse/COOK-4139

blt04 commented 10 years ago

Closing this after @sethvargo pointed out this could be done much easier with use_inline_resources. See #37.