This is a Vagrant plugin that adds VMware Photon guest support.
$ vagrant plugin install vagrant-guests-photon
To build and install the plugin directly from this repo:
$ bundle install
$ bundle exec rake build
$ vagrant plugin install pkg/vagrant-guests-photon-1.0.2.gem
You can run RSpec with:
$ bundle install
$ bundle exec rake