Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@gaspanik
Created November 9, 2014 01:34
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 gaspanik/e5545d8aaf6311ea1826 to your computer and use it in GitHub Desktop.
Save gaspanik/e5545d8aaf6311ea1826 to your computer and use it in GitHub Desktop.
Synced_folder permission config for Vagrantfile 1.6.x
config.vm.synced_folder ".", "/vagrant", id: "vagrant-root", owner: "vagrant", group: "www-data", mount_options: ["dmode=775,fmode=664"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment