From 0e66eb675ba2f343519a3d5e56741f937a32f020 Mon Sep 17 00:00:00 2001 From: Fabio Rehm Date: Fri, 12 Jul 2013 20:27:39 -0300 Subject: [PATCH] Enable NFS for vagrant-cachier --- development/Vagrantfile | 1 + 1 file changed, 1 insertion(+) diff --git a/development/Vagrantfile b/development/Vagrantfile index fc37224..b4df960 100644 --- a/development/Vagrantfile +++ b/development/Vagrantfile @@ -50,6 +50,7 @@ Vagrant.configure("2") do |config| config.cache.scope = :machine config.cache.auto_detect = true + config.cache.enable_nfs = true ip_suffix = 30 BOXES.each do |box_name, box_config|