How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "minted-devops/puppet-3.5.1"
end
vagrant init minted-devops/puppet-3.5.1
vagrant up
This version was created over 9 years ago.
VMWare_fusion Provider Added
This version was created almost 10 years ago.
Initial box creation