https://github.com/beautiful-code/vagrant-puppet
https://github.com/beautiful-code/vagrant-puppet
Last synced: 20 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/beautiful-code/vagrant-puppet
- Owner: beautiful-code
- Created: 2015-06-24T11:37:43.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-24T11:40:58.000Z (almost 11 years ago)
- Last Synced: 2025-03-02T17:15:26.290Z (over 1 year ago)
- Language: Shell
- Size: 97.7 KB
- Stars: 0
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```