Skip to content

Commit

Permalink
Add proxy_command transport setting to inspec runner
Browse files Browse the repository at this point in the history
Signed-off-by: Timothy Schroeder <[email protected]>
  • Loading branch information
tschroeder-zendesk committed Mar 19, 2018
1 parent 13f44c7 commit 2d527c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/kitchen/verifier/inspec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@ def runner_options_for_ssh(config_data)
"max_wait_until_ready" => kitchen[:max_wait_until_ready],
"compression" => kitchen[:compression],
"compression_level" => kitchen[:compression_level],
"proxy_command" => config[:proxy_command],
}
opts["key_files"] = kitchen[:keys] unless kitchen[:keys].nil?
opts["password"] = kitchen[:password] unless kitchen[:password].nil?
Expand Down

0 comments on commit 2d527c8

Please sign in to comment.