Created
July 29, 2015 16:36
-
-
Save c3mdigital/dacd5d3b0ec17cd4e07d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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