chef-boneyard / knife-acl

knife plugin for working with ACLs on Chef Server
http://www.chef.io
Apache License 2.0
81 stars 15 forks source link

Fix group add/remove actor #4

Closed stevendanna closed 12 years ago

stevendanna commented 12 years ago

If a group contains both users and clients, you can run into errors when you try to populate the clients or users hashes with all members of the actors hash.

seth commented 12 years ago

Thanks for the fix, Steven!