Puppet – Centralized Configuration Management for Networks

Puppet

Puppet offers an automatic way to inspect, deliver, operate and future-proof software, regardless where it runs. It’s a very comprehensive tool with core configuration management capabilities and functionality out-of-the-box.

The software allows system administrators to centrally manage every important aspect of a system using a cross-platform specification language that manages all the separate elements normally aggregated in different files, like users, cron jobs, and hosts, along with obviously discrete elements like packages, services, and files.

Puppet’s simple declarative specification language provides powerful classing abilities for drawing out the similarities between hosts while allowing them to be as specific as necessary, and it handles dependency and prerequisite relationships between objects clearly and explicitly. As the language is declarative, you only need to detail the desired end state(s) of the system and Puppet sorts out the rest.

The primary design goal of Puppet is that it has an expressive enough language backed by a powerful enough library that you can write your own server automation applications in just a few lines of code.

Puppet consists of:

  • A puppet-agent “All-in-One” package that installs Puppet, Ruby, Facter, Hiera, and supporting code
  • A puppetserver package that installs Puppet Server
  • A puppetdb package that installs PuppetDB

Features include:

  • Custom declarative language to describe system configuration
  • Manages any type of machine including workstations
  • Helps reduce your overheads
  • Powerful, flexible and extensible
  • Puppet uses Facter, a system profiling library. It discovers and reports per-node facts, which are available in your Puppet manifests as variables
  • Reproduce any configuration on any number of additional systems
  • Built-in facilities known as classes
  • Huge collection of modules: reusable, sharable units of code that extend Puppet across your infrastructure by automating tasks including setting up a web server, mail server, database, and much more
  • Active user community

Puppet is available under an open source license. There is also a commercial enterprise product. Whichever version you choose, there’s a huge repository of modules for Open Source Puppet and Puppet Enterprise IT automation software.

OSSupportedNotes
Puppet Server is supported with packages for RedHat Enterprise Linux, Debian, Ubuntu, and SUSE Linux Enterprise Server. It also runs on Solaris, BSD, HP-UX, and AIX.

Homepage: puppet.com
Developer: Puppet
License: Apache License
Written in: C++, Clojure

Back to Configuration Management Software