Vagrant Blockwart Provisioner

This is a Vagrant plugin that adds an Blockwart provisioner to Vagrant, supporting to provision your virtual machines with a local Blockwart repository.

Installation

First install Blockwart:

pip install blockwart

Then just type it on your vagrant environment:

vagrant plugin install vagrant-blockwart

Usage

https://github.com/bkendinibilir/vagrant-blockwart-example

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