How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "learningchef/centos65"
config.vm.box_version = "1.0.1"
end
vagrant init learningchef/centos65 \
--box-version 1.0.1
vagrant up
This version was created over 9 years ago.
CentOS 6.5 (64-bit), VMware 472MB/VirtualBox 413MB
Fix for Serverspec v2.2.0 dependency on json gem
VMware 9.8.3 Tools / VirtualBox 4.3.16 Guest Additions