mirror of
https://github.com/inspec/inspec
synced 2024-11-14 17:07:09 +00:00
bugfix: set host for ssh config in specinfra
This commit is contained in:
parent
e72f8721fc
commit
6e76dd689e
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ module Vulcano::Backends
|
|||
|
||||
host = @conf['host'].to_s
|
||||
fail 'You must configure a target host.' if host.empty?
|
||||
RSpec.configuration.host = host
|
||||
si.host = host
|
||||
|
||||
ssh_opts = {
|
||||
port: @conf['port'] || 22,
|
||||
|
|
Loading…
Reference in a new issue