##### ##### This file is part of Mail-in-a-Box-LDAP which is released under the ##### terms of the GNU Affero General Public License as published by the ##### Free Software Foundation, either version 3 of the License, or (at ##### your option) any later version. See file LICENSE or go to ##### https://github.com/downtownallday/mailinabox-ldap for full license ##### details. ##### load '../funcs.rb' Vagrant.configure("2") do |config| config.vm.synced_folder "../../..", "/mailinabox", id: "mailinabox", automount: false config.vm.network "public_network", bridge: "#$default_network_interface" use_preloaded_box config, "ubuntu/jammy64", ".." if ENV['tests']=='ciab' # vanilla connected to ciab (ciab does not need to be up) config.vm.define "vanilla" do |m1| m1.vm.provision :shell, :inline => <<-SH cat >/tmp/provision.sh </dev/null; then # firewall rules aren't added when ciab is down # allow ldaps from anywhere ufw allow ldaps fi EOF chmod +x /tmp/provision.sh /tmp/provision.sh SH end # vanilla connected to ciab else # vanilla (default) install config.vm.define "vanilla" do |m1| m1.vm.provision :shell, :inline => <<-SH cat >/tmp/provision.sh <