From 174df1edf0c8c8e4cf737d905aebcd84bdbe983c Mon Sep 17 00:00:00 2001 From: Josh Mahowald Date: Mon, 7 May 2012 23:11:05 -0500 Subject: [PATCH] Setting up hostname before setting up the network to minimize issues as described in http://serverfault.com/questions/38114/why-does-sudo-command-take-long-to-execute --- lib/vagrant/action/builtin.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/vagrant/action/builtin.rb b/lib/vagrant/action/builtin.rb index 69c951c37..9f402dd47 100644 --- a/lib/vagrant/action/builtin.rb +++ b/lib/vagrant/action/builtin.rb @@ -43,9 +43,9 @@ module Vagrant use VM::NFS use VM::ClearSharedFolders use VM::ShareFolders - use VM::HostName use VM::ClearNetworkInterfaces use VM::Network + use VM::HostName use VM::SaneDefaults use VM::Customize use VM::Boot