Difference between revisions of "Puppet Configuration Management System"
From RiceFamily Wiki
(→References) |
(→References) |
||
Line 20: | Line 20: | ||
* [https://forge.puppet.com/ Puppet Forge] | * [https://forge.puppet.com/ Puppet Forge] | ||
* [https://github.com/copiousfreetime/stickler Stickler] - Stickler is a GEM repository tool to allow a local repository of GEM packages to be managed. | * [https://github.com/copiousfreetime/stickler Stickler] - Stickler is a GEM repository tool to allow a local repository of GEM packages to be managed. | ||
+ | * [http://ffrank.github.io/misc/2015/04/27/master-load-balancing/ Master Load Balancing] | ||
= Tutorial = | = Tutorial = |
Latest revision as of 19:29, 21 October 2016
Contents
Overview
Due to a couple of impending events, I've been tasked with learning Puppet.
- One of our main Linux Admin's is leaving
- Puppet is required by a package that we will be implementing soon, and Management wants the ESM Team to manage an "Enterprise" Puppet Instance.
Resources
- Puppet Enterprise
- The Foreman
- Wikipedia entry for Puppet
- Puppet.com provided educational materials
- An Introduction to DNS Technology Components and Concepts
- How To Install Puppet 4 in a Master-Agent Setup on Ubuntu 14.04
- Git Software entry on Wikipedia
References
- Type Reference
- Language Reference
- Learning Puppet
- Puppet Forge
- Stickler - Stickler is a GEM repository tool to allow a local repository of GEM packages to be managed.
- Master Load Balancing