mirror of
https://github.com/YunoHost-Apps/mattermost_ynh.git
synced 2024-09-03 19:36:29 +02:00
tests: comment out bogus Vagrant settings, that prevent Internet connectivity
This commit is contained in:
parent
6944cda537
commit
5e72edfc8f
1 changed files with 5 additions and 5 deletions
10
Vagrantfile
vendored
10
Vagrantfile
vendored
|
@ -40,11 +40,11 @@ Vagrant.configure("2") do |config|
|
|||
|
||||
# Use the NAT hosts DNS resolver. Fixes slow network in the guest.
|
||||
# See https://serverfault.com/questions/495914/vagrant-slow-internet-connection-in-guest
|
||||
config.vm.provider "virtualbox" do |v|
|
||||
v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
||||
v.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
|
||||
v.customize ["modifyvm", :id, "--nictype1", "virtio"]
|
||||
end
|
||||
#config.vm.provider "virtualbox" do |v|
|
||||
# v.customize ["modifyvm", :id, "--natdnshostresolver1", "on"]
|
||||
# v.customize ["modifyvm", :id, "--natdnsproxy1", "on"]
|
||||
# v.customize ["modifyvm", :id, "--nictype1", "virtio"]
|
||||
#end
|
||||
|
||||
# Share an additional folder to the guest VM. The first argument is
|
||||
# the path on the host to the actual folder. The second argument is
|
||||
|
|
Loading…
Add table
Reference in a new issue