vagrant-guests-photon

This is a Vagrant plugin that adds VMware Photon guest support.

Installation

$ vagrant plugin install vagrant-guests-photon

Development

To build and install the plugin directly from this repo:

$ rake build
$ vagrant plugin install pkg/vagrant-guests-photon-1.0.1.gem

You can run RSpec with:

$ rake