Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 334 Bytes

README.md

File metadata and controls

25 lines (13 loc) · 334 Bytes

Vagrant CentOS Boilerplate

A basic vagrant project boiler plate

Usage

### Load cookbooks

librarian-chef install

If librarian-chef if missing install it with gem install librarian-chef

Run Vagrant

vagrant up

Suspend for later use

vagrant suspend

Restart

vagrant destroy -f
vagrant up