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

Workaround vagrant's inability to authenticate during vagrant up (but can authenticate with vagrant ssh)

This commit is contained in:
downtownallday
2022-04-09 18:55:11 -04:00
parent e5ba7f8ceb
commit ee1ffbdb21
2 changed files with 25 additions and 3 deletions

View File

@@ -30,6 +30,7 @@ SH
config.vm.define "preloaded-ubuntu-jammy64" do |m1|
m1.vm.box = "ubuntu/jammy64"
m1.vm.boot_timeout = 30
m1.vm.provision :shell, :inline => <<-SH
cd /mailinabox
tests/vagrant/preloaded/prepvm.sh --no-dry-run