Skip to content

Instantly share code, notes, and snippets.

@c3mdigital
Created July 29, 2015 16:36
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 c3mdigital/dacd5d3b0ec17cd4e07d to your computer and use it in GitHub Desktop.
Save c3mdigital/dacd5d3b0ec17cd4e07d to your computer and use it in GitHub Desktop.
diff --git Vagrantfile Vagrantfile
index 65de7b1..40ba133 100644
--- Vagrantfile
+++ Vagrantfile
@@ -33,7 +33,11 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
v.vm.box_url = "http://files.vagrantup.com/precise64_vmware.box"
end
- if (/cygwin|mswin|mingw|bccwin|wince|emx/ =~ RUBY_PLATFORM) == nil
- config.vm.synced_folder ".", "/srv", nfs: true
- else
- config.vm.synced_folder ".", "/srv", owner: 'www-data', group: 'www-data', mount_options: ["dmode=775", "fmode=664"]
- end
+ config.vm.synced_folder ".", "/srv", owner: 'www-data', group: 'www-data', mount_options: ["dmode=775", "fmode=664"]
# Customfile - POSSIBLY UNSTABLE
# Copied from VVV: https://github.com/Varying-Vagrant-Vagrants/VVV/blob/9ecf595fc873433bac0aaf745aaa8a495ed1ee5a/Vagrantfile#L140-L150
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment