How to use this box with Vagrant:

Vagrant.configure("2") do |config|
  config.vm.box = "dkarlovi/centos-6.6"
  config.vm.box_version = "1.0.0"
end
vagrant init dkarlovi/centos-6.6 \
  --box-version 1.0.0
vagrant up

This version was created over 9 years ago.

Major release, breaking changes:

  • breaking change @settings in Vagrantfile no longer supported, moved to config.yaml
  • hiera.yaml setup, no more related warning when running provision
  • no longer need to have placeholder Puppetfile and puppet/default.pp, can use the box with no provisioning
  • installed karma, mod_pagespeed
  • updated git (to version 2.x), supervisor (to version 3.x)
  • setup a keypair for root user, used for pulling private Puppet modules from GitLab
1 provider for this version.
  • virtualbox
    unknown Externally hosted (nas.burza.hr)