Enable NFS for vagrant-cachier
This commit is contained in:
parent
4bbbb4cbf6
commit
0e66eb675b
1 changed files with 1 additions and 0 deletions
1
development/Vagrantfile
vendored
1
development/Vagrantfile
vendored
|
@ -50,6 +50,7 @@ Vagrant.configure("2") do |config|
|
||||||
|
|
||||||
config.cache.scope = :machine
|
config.cache.scope = :machine
|
||||||
config.cache.auto_detect = true
|
config.cache.auto_detect = true
|
||||||
|
config.cache.enable_nfs = true
|
||||||
|
|
||||||
ip_suffix = 30
|
ip_suffix = 30
|
||||||
BOXES.each do |box_name, box_config|
|
BOXES.each do |box_name, box_config|
|
||||||
|
|
Loading…
Reference in a new issue