Skip to content

Instantly share code, notes, and snippets.

@aespinosa
Created May 12, 2012 03:29
Show Gist options
  • Save aespinosa/2663939 to your computer and use it in GitHub Desktop.
Save aespinosa/2663939 to your computer and use it in GitHub Desktop.
Removed group and other user writable flag on Windows
# vi: set ft=ruby :
Vagrant::Config.run do |config|
config.vm.share_folder "v-root", "/vagrant", ".", extra: "umask=022"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment