How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "icalvete/ubuntu-16.04-64-puppet"
  config.vm.box_version = "0.0.0"
end
vagrant init icalvete/ubuntu-16.04-64-puppet \
  --box-version 0.0.0
vagrant up

This version was created over 6 years ago.

There isn't a description.

There are no providers for this version.