Skip to content

Instantly share code, notes, and snippets.

@ElijahLynn
Created January 14, 2015 18:44
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 ElijahLynn/087d5d9c7518ab8b22c6 to your computer and use it in GitHub Desktop.
Save ElijahLynn/087d5d9c7518ab8b22c6 to your computer and use it in GitHub Desktop.
# Share an additional folder to the guest VM. The first argument is
# the path on the host to the actual folder. The second argument is
# the path on the guest to mount the folder. And the optional third
# argument is a set of non-required options.
dev.vm.synced_folder pubstack_config['synced_folder'], '/var/www/html',
type: synced_folder_type,
mount_options: ['rw', 'vers=3', 'tcp', 'fsc', 'actimeo=1']
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment