How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "aeciopires/ubuntu-22.04-64-puppet"
config.vm.box_version = "1.0.0"
end
vagrant init aeciopires/ubuntu-22.04-64-puppet \
--box-version 1.0.0
vagrant up
This version was created about 2 months ago.
The box has the following packages installed: puppet-agent 7, vim, nano and wget.