How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "cultuurnet/ubuntu-14.04-64-puppet"
config.vm.box_version = "1.1.0"
end
vagrant init cultuurnet/ubuntu-14.04-64-puppet \
--box-version 1.1.0
vagrant up
This version was created about 7 years ago.
This is a basic Ubuntu 14.04 box with Puppet installed, adapted from the puppetlabs/ubuntu-14.04-64-puppet 1.0.1 box.
Changes: