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