Don't explicitly set the host to 127.0.0.1

Other providers may not have this requirement
This commit is contained in:
Mitchell Hashimoto 2013-01-12 12:25:20 -08:00
parent 124a2ee5d3
commit 0fd5152db4
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@ Vagrant.configure("2") do |config|
config.vagrant.host = :detect
config.ssh.username = "vagrant"
config.ssh.host = "127.0.0.1"
config.ssh.guest_port = 22
config.ssh.max_tries = 100
config.ssh.timeout = 10