Max Gautier
6 months ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
2 additions and
1 deletions
-
Vagrantfile
|
|
@ -27,7 +27,8 @@ SUPPORTED_OS = { |
|
|
|
"centos8-bento" => {box: "bento/centos-8", user: "vagrant"}, |
|
|
|
"almalinux8" => {box: "almalinux/8", user: "vagrant"}, |
|
|
|
"almalinux8-bento" => {box: "bento/almalinux-8", user: "vagrant"}, |
|
|
|
"rockylinux8" => {box: "generic/rocky8", user: "vagrant"}, |
|
|
|
"rockylinux8" => {box: "rockylinux/8", user: "vagrant"}, |
|
|
|
"rockylinux9" => {box: "rockylinux/9", user: "vagrant"}, |
|
|
|
"fedora37" => {box: "fedora/37-cloud-base", user: "vagrant"}, |
|
|
|
"fedora38" => {box: "fedora/38-cloud-base", user: "vagrant"}, |
|
|
|
"opensuse" => {box: "opensuse/Leap-15.4.x86_64", user: "vagrant"}, |
|
|
|