chef / knife-windows

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

[MSYS-841]fix bootstrap template short name #457

Closed dheerajd-msys closed 6 years ago

dheerajd-msys commented 6 years ago

Description For command knife bootstrap windows winrm : If we use the -t option for a bootstrap template, the bootstrap option is completely ignored. If we use the --bootstrap-template option, the bootstrap option works as expected. This happens because -t was being used for --winrm-transport as well as --bootstrap-template

Issue Resolved Fixes https://github.com/chef/knife-windows/issues/449

Signed-off-by: dheerajd-msys dheeraj.dubey@msystechnologies.com

dheerajd-msys commented 6 years ago

@PrajaktaPurohit, @btm Could you please review and merge?

Thanks