chef / knife-windows

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

ensure prompted password is passed to winrm session #307

Closed mwrock closed 9 years ago

mwrock commented 9 years ago

There is currently a bug in v1.0 that does not pass the prompted password to the winrm session.

adamedx commented 9 years ago

@mwrock, curious about the cause -- was this introduced when we refactored a few things?

adamedx commented 9 years ago

Glad to see we added a test to catch this.

mwrock commented 9 years ago

yeah @adamedx it got lost in the shuffle of option resolving refactoring

adamedx commented 9 years ago

:+1:

ksubrama commented 9 years ago

:+1: