Enable NFS for vagrant-cachier

This commit is contained in:
Fabio Rehm 2013-07-12 20:27:39 -03:00
parent 4bbbb4cbf6
commit 0e66eb675b

View file

@ -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|