https://github.com/stahnma/puppetstack
Container based deployment of a puppet stack using docker-compose
https://github.com/stahnma/puppetstack
Last synced: 11 days ago
JSON representation
Container based deployment of a puppet stack using docker-compose
- Host: GitHub
- URL: https://github.com/stahnma/puppetstack
- Owner: stahnma
- License: apache-2.0
- Created: 2018-03-27T22:18:37.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T05:15:31.000Z (over 1 year ago)
- Last Synced: 2025-03-15T23:25:14.449Z (4 months ago)
- Size: 5.86 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# puppetstack
Run a container-based deployment of Puppet Infrastructure.
# DNS Stuff
You should make the host where docker-compose is running respond to a CNAME of
puppet, or put that in /etc/hosts on your clients. This is a known setup
requirement at this time.# Examples
docker-compose up -d
To scale out more puppet-server
docker-compose scale puppet=2
To scale down
docker-compose scale puppet=1
Tada!