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

Move helpers to their own dir to speedup loading #51

Closed tas50 closed 4 years ago

tas50 commented 4 years ago

Knife loads anything in the lib/chef/knife/ dir so if we want to keep something from loading each time we can stick it in a subdir.

Signed-off-by: Tim Smith tsmith@chef.io