chef / knife-windows

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

Using chef/chef path_helper and removed the knife-windows path_helper #471

Closed Vasu1105 closed 5 years ago

Vasu1105 commented 5 years ago

Signed-off-by: vasu1105 vasundhara.jagdale@msystechnologies.com

As mentioned in #467 knife-windows currently has it's own path_helper library that was included because the path_helper in Chef 11 did not include the home method. We can assume everyone is on Chef 12 or later at this point and switch back to Chef's own helper

Fixed #467

tas50 commented 5 years ago

Thanks @Vasu1105