How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "reddingwebpro/cognacbox"
config.vm.box_version = "2.3"
end
vagrant init reddingwebpro/cognacbox \
--box-version 2.3
vagrant up
This version was created about 2 years ago.
Updated to latest patches for June 2020