From 736f032995dd4c1b2d72492eff2f92ef02ed5c3c Mon Sep 17 00:00:00 2001 From: Mitchell Hashimoto Date: Wed, 14 Jul 2010 23:16:13 -0700 Subject: [PATCH] Mount NFS folders before provisioning --- 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 8377d293b..8617c3957 100644 --- a/lib/vagrant/action/builtin.rb +++ b/lib/vagrant/action/builtin.rb @@ -19,8 +19,8 @@ module Vagrant use VM::Customize use VM::ClearForwardedPorts use VM::ForwardPorts - use VM::NFS use VM::Provision + use VM::NFS use VM::ClearSharedFolders use VM::ShareFolders use VM::Network