A simple environment to develop vagrant plugins in. It encapsulates the vagrant environment into an own .vagrant.d
directory to avoid messing with your day-to-day vagrant config.
This sample uses the vagrant-vbguest plugin as default.
git clone
- edit submodules as needed
- edit
Gemfile
as needed git submodule init
git submodule update
bundle install
To start vagrant use the bin/vagrant
wrapper!