chef / knife-windows

Plugin for Chef's knife tool for working with Windows nodes
Apache License 2.0
152 stars 110 forks source link

Optimize our requires #506

Closed tas50 closed 4 years ago

tas50 commented 4 years ago

Avoid requiring things that are already defined. Rubygems is very slow at traversing the filesystem.

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