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

https://github.com/beautiful-code/vagrant-puppet


https://github.com/beautiful-code/vagrant-puppet

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

          

Two vms: master, agent
```
$ vagrant up
$ vagrant ssh master
```
Follow post installation steps for master in `~/files/post_install` file

```
$ vagrant ssh agent
$ sudo puppet agent -t
```