chef / knife-windows

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

Fixed win 2008 64bit ssh bootstrap command hanging #385

Closed dheerajd-msys closed 8 years ago

dheerajd-msys commented 8 years ago

During knife bootstrap windows ssh command for win 2008 64 bit, the command hangs at chef-client download through powershell command called through the bat file.

Setting InputFormat value to None in the powershell command resolved the issue and the bootstrap succeeded

mwrock commented 8 years ago

:+1: