How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "reddingwebpro/cognacbox"
config.vm.box_version = "2.0"
end
vagrant init reddingwebpro/cognacbox \
--box-version 2.0
vagrant up
This version was created about 3 years ago.
Significant updates to many core packages, upgrade to latest vagrant and virtual box hosts, and overall general updates.