My vagrant base boxes for puppet dev(op)s

You can, from now on, find any vagrant box I package here: http://packages.vstone.org/vagrant-boxes

Note:
Boxes that end with .box-pp are packaged with my modified Vagrantfile which has been preconfigured for use with puppet. In addition there are some optional commands available to do (puppet) development quicker. See vagrant-addons @ github for more information on this subject.

Vagrant quickstart for Puppet dev(op)s

A quick introduction on how I use vagrant for developing my puppet manifests/modules/. You can almost certain also use this for other purposes. In general, this will get you up to speed fast!
We will quickly go over installation and/or updating and maybe even removing an old version using ruby gems.
Furthermore: adding a vagrant box and preparing a project to develop a puppet module (or something of the likes).
(more…)