|
@@ -7,6 +7,10 @@ Vagrant.configure "2" do |config| |
|
|
# change default username if needed
|
|
|
# config.ssh.username = "travis"
|
|
|
|
|
|
+ # requires installing a plugin with
|
|
|
+ # vagrant gem install vagrant-vbguest
|
|
|
+ # config.vbguest.auto_update = true
|
|
|
+
|
|
|
config.vm.provider "virtualbox" do |vm|
|
|
|
# changing nictype partially helps with Vagrant issue #516, VirtualBox NAT interface chokes when
|
|
|
# # of slow outgoing connections is large (in dozens or more).
|
|
|
0 comments on commit
e3351aa