1
0
mirror of https://github.com/mail-in-a-box/mailinabox.git synced 2026-03-05 15:57:23 +01:00

Get rid of globals.sh

This commit is contained in:
downtownallday
2022-01-29 10:59:02 -05:00
parent 4e6550ed22
commit 46e0e6ff39
4 changed files with 14 additions and 9 deletions

View File

@@ -11,7 +11,6 @@ Vagrant.configure("2") do |config|
config.vm.define "vanilla" do |m1|
m1.vm.provision :shell, :inline => <<-SH
cd /mailinabox
source tests/vagrant/globals.sh || exit 1
export PRIMARY_HOSTNAME=vanilla.local
export FEATURE_MUNIN=false
tests/system-setup/vanilla.sh