Add the official vagrant boxes for debian 11/12 (#11135)

This commit is contained in:
Max Gautier
2024-05-14 01:43:10 +00:00
committed by GitHub
parent 6dbb09435c
commit 3e4ea1065a

2
Vagrantfile vendored
View File

@@ -37,6 +37,8 @@ SUPPORTED_OS = {
"oraclelinux8" => {box: "generic/oracle8", user: "vagrant"},
"rhel7" => {box: "generic/rhel7", user: "vagrant"},
"rhel8" => {box: "generic/rhel8", user: "vagrant"},
"debian11" => {box: "debian/bullseye64", user: "vagrant"},
"debian12" => {box: "debian/bookworm64", user: "vagrant"},
}
if File.exist?(CONFIG)