Difference between revisions of "Puppet Configuration Management System"

From RiceFamily Wiki
Jump to: navigation, search
(Resources)
(References)
 
(6 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 their Puppet Instance.
+
# 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 =
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 =
 +
* [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

Overview

Due to a couple of impending events, I've been tasked with learning Puppet.

  1. One of our main Linux Admin's is leaving
  2. 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

References

Tutorial