Vagrant: bump nfs to v4 for all images

This commit is contained in:
David Duque 2022-01-31 00:54:29 +00:00
parent 6b4ee8f576
commit a0abc9c0d2
No known key found for this signature in database
GPG key ID: 913FE0F2477D7D6B

2
Vagrantfile vendored
View file

@ -35,7 +35,7 @@ Vagrant.configure("2") do |config|
# to the public web. However, we currently don't want to expose SSH since
# the machine's box will let anyone log into it. So instead we'll put the
# machine on a private network.
config.vm.synced_folder ".", "/vagrant", nfs_version: "3"
config.vm.synced_folder ".", "/vagrant", nfs_version: "4"
(0..(machines.size - 1)).each do |n|
node = machines[n]