Bob

Results 3 comments of Bob

@thomas-uk2011 sure, guess it's only (yet another) parameter at creation of the VM, probably like `@networks`. If you make a PR, be happy to look at it!

@michaelzhou999 still an issue? How did you " set the sync option to "rsync" "? What works for me is: `config.vm.synced_folder ".", "/vagrant", disabled: false, type: 'rsync'` which "overwrites" the...

For chef syncedfolders I think it would be like: ``` config.vm.provision "chef_zero" do |chef| chef.synced_folder_type = "rsync" end ``` (Hope it helps. I'm not using aws plugin, but this works...