updating common files

updating files: ["lockdown/serverspec/spec_helper.rb", "default/serverspec/spec_helper.rb"]
This commit is contained in:
Dominik Richter 2014-10-20 10:01:50 +02:00
parent 2019279a6f
commit 84b56e4822
2 changed files with 2 additions and 6 deletions

View file

@ -52,9 +52,7 @@ if ENV['STANDALONE_SPEC']
end
c.host = ENV['TARGET_HOST']
options.merge(Net::SSH::Config.for(c.host))
c.ssh = Net::SSH.start(c.host, user, options)
c.os = backend.check_os
c.ssh_options = options.merge(Net::SSH::Config.for(c.host))
end

View file

@ -52,9 +52,7 @@ if ENV['STANDALONE_SPEC']
end
c.host = ENV['TARGET_HOST']
options.merge(Net::SSH::Config.for(c.host))
c.ssh = Net::SSH.start(c.host, user, options)
c.os = backend.check_os
c.ssh_options = options.merge(Net::SSH::Config.for(c.host))
end