How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "grtjn/centos-6.5"
config.vm.box_version = "1.0.0"
end
vagrant init grtjn/centos-6.5 \
--box-version 1.0.0
vagrant up
This version was created about 8 years ago.
Originally published as chef/centos-6.5. Recovered for posterity.
Originally generated with the Bento toolkit (https://github.com/chef/bento) by the Chef organization (https://www.chef.io/).
This copy was pulled from Vagrant cache using vagrant package
. See also https://github.com/grtjn/centos-packer-templates