How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "tsihosting/centos7"
end
vagrant init tsihosting/centos7
vagrant up
This version was created over 7 years ago.
Upgraded Box
This version was created about 8 years ago.
Updated Centos, Update VirtualBox Drivers, Add EPEL and Puppet
This version was created about 8 years ago.
Updated Kernel / VirtualBox Drivers
This version was created almost 9 years ago.
Yum Update - New Kernel + Updated Vbox plugins
This version was created about 9 years ago.
Fix vagrant user password
This version was created about 9 years ago.
Initial Box Build