vagrant-guests-clearlinux

This is a Vagrant plugin that adds Clear Linux guest support. Once it gets feature complete and rock solid work will start in order to get its functionality merged in upstream Vagrant.

Installation

$ vagrant plugin install vagrant-guests-clearlinux

Development

To build and install the plugin directly from this repo:

$ bundle install
$ bundle exec rake build
$ vagrant plugin install pkg/vagrant-guests-clearlinux-1.0.11.gem

You can run RSpec with:

$ bundle install
$ bundle exec rake

Compatible Vagrant boxes

You can find matching Vagrant boxes on here.

Acknowledgments

This is a refactoring based on early works of Fabio Rapposelli on vagrant-guests-photon and Alex Sorkin on vagrant-guests-innovitable.