Using the puppet provisioner with vagrant

I needed to setup a quick dev environment using debian wheezy with mongodb. Vagrant is my go to for testing things out with mucking up my laptop. The first step was go get a vagrant box with wheezy. Puppetlabs has a nice collection of boxes available. An easy to use puppet module for mongodb is available from the module forge. mkdir vagrant_mongo cd vagrant_mongo # Create Vagrantfile vagrant init debian-73-x64-virtualbox-puppet http://puppet-vagrant-boxes. [Read More]