An open API service indexing awesome lists of open source software.

https://github.com/ph/vagrant-demo

Small vagrant + puppet demo
https://github.com/ph/vagrant-demo

Last synced: 2 months ago
JSON representation

Small vagrant + puppet demo

Awesome Lists containing this project

README

          

# Setup
- Install Virtual box http://www.virtualbox.org/
- gem install vagrant
- vagrant box add lucid64 http://files.vagrantup.com/lucid64.box
- cd vagrant-demo
- vagrant up

# handy commands
Connect to it: vagrant ssh

halt: vagrant suspend

vagrant --help