chef / knife-vsphere

Chef knife plug-in for VMware vSphere
Apache License 2.0
202 stars 125 forks source link

Move helpers to their own dir to speedup loading #499

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