fix root cause for error message when running in multi-vm environment:

SSH Defaults:
* The following settings don't exist: forward_agent, forward_x11
This commit is contained in:
Benjamin Schwarze 2013-04-10 22:05:57 +02:00
parent 6b3e028166
commit 13c914f85e
1 changed files with 0 additions and 2 deletions

View File

@ -258,8 +258,6 @@ module Vagrant
end
# We set the defaults
info[:forward_agent] ||= @config.ssh.default.forward_agent
info[:forward_x11] ||= @config.ssh.default.forward_x11
info[:host] ||= @config.ssh.default.host
info[:port] ||= @config.ssh.default.port
info[:private_key_path] ||= @config.ssh.default.private_key_path