Skip to content

Commit

Permalink
Merge pull request #94 from mwrock/winrm-v2
Browse files Browse the repository at this point in the history
Update winrm password key for winrm-v2
  • Loading branch information
chris-rock authored Sep 4, 2016
2 parents c26f08d + e422f99 commit 74eef9f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/kitchen/verifier/inspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ def runner_options_for_winrm(config_data)
"host" => URI(kitchen[:endpoint]).hostname,
"port" => URI(kitchen[:endpoint]).port,
"user" => kitchen[:user],
"password" => kitchen[:pass],
"password" => kitchen[:password] || kitchen[:pass],
"connection_retries" => kitchen[:connection_retries],
"connection_retry_sleep" => kitchen[:connection_retry_sleep],
"max_wait_until_ready" => kitchen[:max_wait_until_ready],
Expand Down

0 comments on commit 74eef9f

Please sign in to comment.