This is no longer needed

This commit is contained in:
Fabio Rehm 2014-03-13 23:11:33 -03:00
parent 03907eeb62
commit 623eb1570a

View file

@ -52,8 +52,6 @@ Vagrant.configure("2") do |config|
config.vm.synced_folder "../", "/vagrant", id: 'vagrant-root', nfs: true
config.cache.scope = :machine
config.cache.auto_detect = true
config.cache.enable_nfs = true
ip_suffix = 30
BOXES.each do |box_name, box_config|