VagrantHitch

This vagrant module adds data driven infrastructure to your vagrant environment.

Installation

If you installed it as a ruby gem. Just add the following line to your Vagrantfile

Vagrant::Config.run &VagrantHitch.up!(path_to_config_directory)

for example:

Vagrant::Config.run &VagrantHitch.up!(File.join(File.dirname(__FILE__),'config'))

If not installed as a gem, you'll have to source vagrant-hitch appropriately and add to your Vagrantfile:

require 'vagrant-hitch'

Usage

Example files are in the /example directory

Directory structure

The directory structure assumes:

   .                                        # Project directory