Create Vagrant base box manually from existing one
Vagrant Boxes are prepackaged development environments that are provided by
Vagrant. In most cases, this is usually just a stripped and naked operating
system such as Ubuntu, Debian, or CentOS. Boxes exist with the intention to be
provisioned with additional features like Apache server or PostgreSQL database
with Puppet, shell …