We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7265561 commit 09e7a68Copy full SHA for 09e7a68
Vagrantfile
@@ -60,13 +60,7 @@ Vagrant.configure(VAGRANTFILE_API_VERSION) do |config|
60
ubuntu_mirror = ""
61
62
config.vm.synced_folder ".", "/vagrant", disabled: true
63
- if (/darwin/ =~ RUBY_PLATFORM) != nil
64
- config.vm.synced_folder ".", "/srv/zulip", type: "nfs",
65
- linux__nfs_options: ['rw']
66
- config.vm.network "private_network", type: "dhcp"
67
- else
68
- config.vm.synced_folder ".", "/srv/zulip"
69
- end
+ config.vm.synced_folder ".", "/srv/zulip"
70
71
vagrant_config_file = ENV['HOME'] + "/.zulip-vagrant-config"
72
if File.file?(vagrant_config_file)
0 commit comments