Commit 8824c5e4ec7e674adfa03721ab4a2d00ffa8c99d

Authored by Sergio Oliveira
1 parent 62da00b2

Using NFS again

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
@@ -73,6 +73,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config| @@ -73,6 +73,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
73 # the path on the guest to mount the folder. And the optional third 73 # the path on the guest to mount the folder. And the optional third
74 # argument is a set of non-required options. 74 # argument is a set of non-required options.
75 # config.vm.synced_folder "../data", "/vagrant_data" 75 # config.vm.synced_folder "../data", "/vagrant_data"
  76 + config.vm.synced_folder ".", "/vagrant", type: "nfs"
76 77
77 # Provider-specific configuration so you can fine-tune various 78 # Provider-specific configuration so you can fine-tune various
78 # backing providers for Vagrant. These expose provider-specific options. 79 # backing providers for Vagrant. These expose provider-specific options.