Difference between revisions of "Puppet Configuration Management System"
From RiceFamily Wiki
(→References) |
(→References) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 12: | Line 12: | ||
* [https://www.digitalocean.com/community/tutorials/an-introduction-to-dns-terminology-components-and-concepts An Introduction to DNS Technology Components and Concepts] | * [https://www.digitalocean.com/community/tutorials/an-introduction-to-dns-terminology-components-and-concepts An Introduction to DNS Technology Components and Concepts] | ||
* [https://www.digitalocean.com/community/tutorials/how-to-install-puppet-4-in-a-master-agent-setup-on-ubuntu-14-04 How To Install Puppet 4 in a Master-Agent Setup on Ubuntu 14.04] | * [https://www.digitalocean.com/community/tutorials/how-to-install-puppet-4-in-a-master-agent-setup-on-ubuntu-14-04 How To Install Puppet 4 in a Master-Agent Setup on Ubuntu 14.04] | ||
+ | * [https://en.wikipedia.org/wiki/Git_(software) Git Software entry on Wikipedia] | ||
= References = | = References = | ||
Line 19: | 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 = | ||
+ | * [http://10.107.171.185/quests/ntp.html NTP Quest] | ||
+ | * [https://learn.puppet.com/category/self-paced-training?_ga=1.232960279.809701813.1470666926 Self Paced Training] | ||
+ | * [https://docs.puppet.com/puppet/4.6/reference/resources_windows_optional.html Optional Resource Types] | ||
+ | * [https://puppet.com/download-open-source-puppet/thank-you Download Open Source Thank You] | ||
+ | * [https://puppet.com/resources?types%5Btype_podcast%5D=type_podcast&page=2 Resource Library Page 2] | ||
[[Category:Software]] | [[Category:Software]] | ||
[[Category:Puppet]] | [[Category:Puppet]] |
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