Vagrant configuration with puppet to create a Virtual Box machine with Ubuntu Server 12.10, Nodejs v0.10.7, and MongoDB 2.4.3
Installation:
Install Vagrant
Install Virtual Box
Clone the repository
Run - vagrant up
SSH - vagrant ssh
Halt - vagrant halt
Access mongo:
mongo 192.168.33.10
Puppet Manifest will install: [Nodejs v0.10.7, MongoDB 2.4.3, wget, git, vim]