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
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request