Skip to content

Instantly share code, notes, and snippets.

@zandzpider
Created January 3, 2015 20:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zandzpider/d583da154eced521c396 to your computer and use it in GitHub Desktop.
Save zandzpider/d583da154eced521c396 to your computer and use it in GitHub Desktop.
# Register All Of The Configured Shared Folders
settings["folders"].each do |folder|
config.vm.synced_folder folder["map"], folder["to"], type: folder["type"] ||= nil,:nfs => true,
:mount_options => ['nolock,vers=3,udp,noatime,actimeo=2']
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment