From 8824c5e4ec7e674adfa03721ab4a2d00ffa8c99d Mon Sep 17 00:00:00 2001 From: Sergio Oliveira Date: Mon, 22 Sep 2014 18:25:09 -0300 Subject: [PATCH] Using NFS again --- Vagrantfile | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index 7a6cca6..30acd3a 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -73,6 +73,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| # the path on the guest to mount the folder. And the optional third # argument is a set of non-required options. # config.vm.synced_folder "../data", "/vagrant_data" + config.vm.synced_folder ".", "/vagrant", type: "nfs" # Provider-specific configuration so you can fine-tune various # backing providers for Vagrant. These expose provider-specific options. -- libgit2 0.21.2