chef / knife-windows

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

Require libraries only where we need them #493

Closed tas50 closed 4 years ago

tas50 commented 4 years ago

Make sure things like the knife deps is everywhere, but don't depend on things we don't need and lazily depend on whatever we can.

WARNING: This is going to need a good deal of hand testing before it's ready for prime time since the spec coverage here needs some work.

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