vagrant-soa

A Vagrant plugin to handle our SOA infrastructre within vagrant.

Installation

vagrant plugin install vagrant-soa

Usage

This plugin allows other plugins to specify puppet facts before provisioning the machine.

Development

$ bundle
$ bundle exec vagrant up

Contributing

  1. Create your feature branch (git checkout -b my-new-feature)
  2. Commit your changes (git commit -am 'Add some feature')
  3. Push to the branch (git push origin my-new-feature)
  4. Create new Pull Request