Skip to content

Instantly share code, notes, and snippets.

@ifnull
Last active December 16, 2015 04:29
Show Gist options
  • Save ifnull/5377214 to your computer and use it in GitHub Desktop.
Save ifnull/5377214 to your computer and use it in GitHub Desktop.
Set user and group for share folder. UNDOCUMENTED
config.vm.share_folder "www", "/var/www", "../", :owner => "apache", :group => "www-data"
# References
# https://github.com/mitchellh/vagrant/issues/897
# http://docs-v1.vagrantup.com/v1/docs/config/vm/share_folder.html
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment