Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 611 Bytes

Readme.md

File metadata and controls

20 lines (13 loc) · 611 Bytes

Vagrant getting started script using Puppet

Installation

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

Change Mysql Password

Edit the puppet/manifests/default.pp variables

Issues

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.