How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "TuningYourCode/debian-bullseye64-puppet7"
config.vm.box_version = "20230124"
end
vagrant init TuningYourCode/debian-bullseye64-puppet7 \
--box-version 20230124
vagrant up
This version was created 5 days ago.
There isn't a description.