From 0fd5152db497adc487134357f972fce7ca88ee33 Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Sat, 12 Jan 2013 12:25:20 -0800 Subject: [PATCH] Don't explicitly set the host to 127.0.0.1 Other providers may not have this requirement --- config/default.rb | 1 - 1 file changed, 1 deletion(-) diff --git a/config/default.rb b/config/default.rb index 21f6c1cfa..3f3003658 100644 --- a/config/default.rb +++ b/config/default.rb @@ -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