Skip to content
This repository was archived by the owner on Feb 13, 2023. It is now read-only.

Commit 7034396

Browse files
authored
Merge pull request #1657 from oxyc/issue-1606
Issue #1606: Fix vagrant-cachier for modern nfs installations with udp disabled
2 parents 91e2feb + b2c5800 commit 7034396

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Vagrantfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,8 @@ Vagrant.configure('2') do |config|
152152
# Cache the composer directory.
153153
config.cache.enable :generic, cache_dir: '/home/vagrant/.composer/cache'
154154
config.cache.synced_folder_opts = {
155-
type: vconfig['vagrant_synced_folder_default_type']
155+
type: vconfig['vagrant_synced_folder_default_type'],
156+
nfs_udp: false
156157
}
157158
end
158159

0 commit comments

Comments
 (0)