Vagrant BundleWrap Provisioner

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

Installation

First install BundleWrap:

pip install bundlewrap

Then just type it on your vagrant environment:

vagrant plugin install vagrant-bundlewrap

Contributing

  1. Fork it ( http://github.com/bkendinibilir/vagrant-bundlewrap/fork )
  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