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.0.1"
end
vagrant init cultuurnet/ubuntu-14.04-64-puppet \
  --box-version 1.0.1
vagrant up

This version was created about 8 years ago.

This is a basic Ubuntu 14.04 box with Puppet 3.7.4 installed, adapted from the puppetlabs/ubuntu-14.04-64-puppet 1.0.1 box.

Changes:

  • bigger disk (128 GB)
  • bigger swap partition (2 GB)
2 providers for this version.
  • lxc
    unknown Hosted by Vagrant Cloud (138 MB)
  • virtualbox
    unknown Hosted by Vagrant Cloud (505 MB)