Skip to content

Commit

Permalink
preparation for test-kitchen winrm v2 move
Browse files Browse the repository at this point in the history
  • Loading branch information
mwrock committed Sep 2, 2016
1 parent c26f08d commit e422f99
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 e422f99

Please sign in to comment.