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

add/remove clients from the clients hash #10

Closed jeremiahsnapp closed 11 years ago

jeremiahsnapp commented 11 years ago

The actors hash is an auto-generated aggregation of users and clients. It should not be used to make changes to users or clients hashes.

When adding clients use the clients hash from the existing_group. When removing clients they should be removed from the clients hash.