chef / knife-windows

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

knife winrm bootstrap should not swallow failed exit codes #312

Closed mwrock closed 9 years ago

mwrock commented 9 years ago

This fixes #311 and consolidates error handling logic to ensure both knife winrm and knife winrm bootstrap follow the same path.

mwrock commented 9 years ago

Validated a failed bootstrap has the correct $LASTEXITCODE locally and on azure

btm commented 9 years ago

:+1:

jaym commented 9 years ago

:+1: