How to use this box with Vagrant:
Vagrant.configure("2") do |config|
config.vm.box = "mblackmn/tei_centos"
config.vm.box_version = "0.3.1.0"
end
vagrant init mblackmn/tei_centos \
--box-version 0.3.1.0
vagrant up
This version was created over 6 years ago.
update to mariaDB 10.2 yum updates