How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "jdeathe/centos-6-x86_64-minimal-en_us"
config.vm.box_version = "6.7.0"
end
vagrant init jdeathe/centos-6-x86_64-minimal-en_us \
--box-version 6.7.0
vagrant up
This version was created about 8 years ago.