From af7cab6b667c22eb5d51feb576cc61fa4f773fac Mon Sep 17 00:00:00 2001 From: Julien Dufresne Date: Sun, 10 Jul 2016 13:12:52 +0200 Subject: [PATCH] Let vagrant use the best synced folder method --- Vagrantfile.template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile.template b/Vagrantfile.template index d7a306f..0cc1778 100644 --- a/Vagrantfile.template +++ b/Vagrantfile.template @@ -27,7 +27,7 @@ Vagrant.configure(2) do |config| ansible.limit = "all" end - config.vm.synced_folder ".", "/vagrant", :nfs => true, :mount_options => ["rw", "tcp", "nolock", "noacl", "async"] + config.vm.synced_folder ".", "/vagrant" if Vagrant.has_plugin?("vagrant-hostmanager") config.hostmanager.enabled = false