mirror of
https://github.com/mail-in-a-box/mailinabox.git
synced 2025-04-04 00:17:06 +00:00
Adjust formatting
This commit is contained in:
parent
59e78040bf
commit
f321271e1c
6
tests/vagrant/majorupgrade/Vagrantfile
vendored
6
tests/vagrant/majorupgrade/Vagrantfile
vendored
@ -36,6 +36,12 @@ tests/system-setup/vanilla.sh \
|
||||
SH
|
||||
end
|
||||
|
||||
|
||||
# config.vm.provider "virtualbox" do |v|
|
||||
# v.memory = 512
|
||||
# end
|
||||
|
||||
|
||||
config.vm.define "major-upgrade-newvm" do |m2|
|
||||
use_preloaded_box m2, "ubuntu/jammy64", ".."
|
||||
m2.vm.provision :shell, :inline => <<-SH
|
||||
|
Loading…
Reference in New Issue
Block a user