How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "ssplatt/centos-stream-9"
config.vm.box_version = "20240716.40.1"
end
vagrant init ssplatt/centos-stream-9 \
--box-version 20240716.40.1
vagrant up
This version was created 2 months ago.
There isn't a description.