How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "twingly/openbsd-6.6-amd64"
config.vm.box_version = "2.0.0"
end
vagrant init twingly/openbsd-6.6-amd64 \
--box-version 2.0.0
vagrant up
This version was created over 4 years ago.
Built with https://github.com/twingly/boxes/releases/tag/openbsd-6.6-v2.0.0
Python updated from 2.7 to 3.7 (https://github.com/twingly/boxes/pull/28).