Difference between revisions of "Puppet Configuration Management System"
From RiceFamily Wiki
(→References) |
|||
(8 intermediate revisions by the same user not shown) | |||
Line 3: | Line 3: | ||
# One of our main Linux Admin's is leaving | # 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 | + | # 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 = | = Resources = | ||
* [https://www.puppet.com Puppet Enterprise] | * [https://www.puppet.com Puppet Enterprise] | ||
+ | * [https://theforeman.org/ The Foreman] | ||
* [https://en.wikipedia.org/wiki/Puppet_(software) Wikipedia entry for Puppet] | * [https://en.wikipedia.org/wiki/Puppet_(software) Wikipedia entry for Puppet] | ||
* [https://learn.puppet.com/ Puppet.com provided educational materials] | * [https://learn.puppet.com/ Puppet.com provided educational materials] | ||
+ | * [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://en.wikipedia.org/wiki/Git_(software) Git Software entry on Wikipedia] | ||
+ | |||
+ | = References = | ||
+ | * [https://docs.puppet.com/puppet/latest/reference/type.html Type Reference] | ||
+ | * [https://docs.puppet.com/puppet/latest/reference/lang_summary.html Language Reference] | ||
+ | * [https://puppet.com/download-learning-vm?_ga=1.199389735.809701813.1470666926 Learning Puppet] | ||
+ | * [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. | ||
+ | * [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