mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2026-03-04 15:54:48 +01:00
Set the default interface for bridged networks to avoid interactive 'vagrant up'.
Thx to https://stackoverflow.com/questions/33250304/how-to-automatically-select-bridged-network-interfaces-in-vagrant
This commit is contained in:
2
tests/vagrant/vanilla/Vagrantfile
vendored
2
tests/vagrant/vanilla/Vagrantfile
vendored
@@ -3,7 +3,7 @@ load '../funcs.rb'
|
||||
Vagrant.configure("2") do |config|
|
||||
|
||||
config.vm.synced_folder "../../..", "/mailinabox", id: "mailinabox", automount: false
|
||||
config.vm.network "public_network"
|
||||
config.vm.network "public_network", bridge: "#$default_network_interface"
|
||||
use_preloaded_box config, "ubuntu/bionic64", ".."
|
||||
|
||||
# vanilla install
|
||||
|
||||
Reference in New Issue
Block a user