##### ##### 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", ".." # vanilla install config.vm.define "vanilla" do |m1| m1.vm.provision :shell, :inline => <<-SH cat >/tmp/provision.sh <