Install Vagrant
$ cd ~/
$ git clone https://github.com/shanecowherd/vagrant-puppet-railsstack.git
$ cd vagrant-puppet-railsstack
$ vagrant box add ubuntu1110 http://timhuegdon.com/vagrant-boxes/ubuntu-11.10.box
$ vagrant up
Edit the puppet/manifests/default.pp variables
err: /Stage[main]/Apache/Service[apache2]: Could not evaluate: Could not find init script for 'apache2'
I see this when I type vagrant up, this is known but I'm not quite sure whats happening.