Skip to content

Commit

Permalink
Let vagrant use the best synced folder method (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
juliendufresne authored Jul 10, 2016
1 parent 31801b3 commit 4c52bd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Vagrantfile.template
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ Vagrant.configure(2) do |config|
ansible.limit = "all"
end

config.vm.synced_folder ".", "/vagrant", :nfs => true, :mount_options => ["rw", "tcp", "nolock", "noacl", "async"]
config.vm.synced_folder ".", "/vagrant"

if Vagrant.has_plugin?("vagrant-hostmanager")
config.hostmanager.enabled = false
Expand Down

0 comments on commit 4c52bd8

Please sign in to comment.