Skip to content

Commit

Permalink
Remove NFS parameter causing problems on 18.04
Browse files Browse the repository at this point in the history
  • Loading branch information
ddohler committed Nov 1, 2018
1 parent 5045394 commit 7887373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ ANSIBLE_GROUPS = {
"celery-servers" => [ "celery" ]
}
MOUNT_OPTIONS = if Vagrant::Util::Platform.linux? then
['rw', 'vers=4', 'tcp', 'nolock']
['rw', 'tcp', 'nolock']
else
['vers=3', 'udp']
end
Expand Down

0 comments on commit 7887373

Please sign in to comment.