Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 525 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 525 Bytes

Vagrants

Vagrant box configurations.

Cloning

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