dotless-de / vagrant-plugins-env

A simple environment to develop vagrant plugins in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vagrant-plugins-env

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.

Usage

  1. git clone
  2. edit submodules as needed
  3. edit Gemfile as needed
  4. git submodule init
  5. git submodule update
  6. bundle install

To start vagrant use the bin/vagrant wrapper!

About

A simple environment to develop vagrant plugins in

License:MIT License


Languages

Language:Ruby 97.4%Language:Racket 2.6%