How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "leandropissurno/centos-7.9-puppet7"
config.vm.box_version = "0.0.17"
end
vagrant init leandropissurno/centos-7.9-puppet7 \
--box-version 0.0.17
vagrant up
This version was created over 2 years ago.