Vagrant Fabric Provisioner

This is a Vagrant plugin that adds an Fabric provisioner to Vagrant, supporting to provision your virtual machines with fabric scripts.

Installation

Just type it on your vagrant environment::

vagrant plugin install vagrant-fabric

Usage

TODO: Write usage instructions here

Contributing

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