Vagrant box configurations.
This repository uses submodules to manage external dependencies on saltstack-formulas. To clone with, or update, submodules use the following:
git clone --recursive https://github.com/mkhubbard/vagrants.git
or
git clone https://github.com/mkhubbard/vagrants.git
cd vagrants
git submodule init
git submodule update
or
git clone https://github.com/mkhubbard/vagrants.git
cd vagrants
git submodule update --init --recursive