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.1"
end
vagrant init cultuurnet/ubuntu-14.04-64-puppet \
  --box-version 1.1.1
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:

  • VirtualBox guest additions 5.1.24
2 providers for this version.
  • lxc
    unknown Hosted by Vagrant Cloud (156 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (1.01 GB)