How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "gpkfr/jessie"
config.vm.box_version = "0.0.1"
end
vagrant init gpkfr/jessie \
--box-version 0.0.1
vagrant up
This version was created over 8 years ago.
GNU/Linux Debian 8.2 x64 (aka jessie) with puppet-agent.