Jump to content

Puppet (software)

From Wikipedia, the free encyclopedia

This is an old revision of this page, as edited by UVSMTID (talk | contribs) at 15:07, 26 June 2014 (→‎See also). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Puppet
Developer(s)Puppet Labs
Initial release2005; 19 years ago (2005)
Repository
Written inRuby
Operating systemGNU/Linux, Unix-like, Windows
TypeConfiguration management
LicenseApache for >2.7.0; GPL for prior versions.
Websitewww.puppetlabs.com

In computing, Puppet is an open source configuration management utility. It runs on many Unix-like systems as well as on Microsoft Windows, and includes its own declarative language to describe system configuration.

Origin

Puppet is produced by Puppet Labs, founded by Luke Kanies in 2005. It is written in Ruby and released as free software under the GPL until version 2.7.0 and the Apache 2.0 license after that.[1]

Purpose

Puppet is a tool designed to manage the configuration of Unix-like and Microsoft Windows systems declaratively. The user describes system resources and their state, either using Puppet's declarative language or a Ruby DSL (domain-specific language). This information is stored in files called "Puppet manifests". Puppet discovers the system information via a utility called Facter, and compiles the Puppet manifests into a system-specific catalog containing resources and resource dependency, which are applied against the target systems. Any actions taken by Puppet are then reported.

Puppet language

Puppet catalog dependency representation

Puppet consists of a custom declarative language to describe system configuration, which can be either applied directly on the system, or compiled into a catalog and distributed to the target system via client–server paradigm (using a REST API), and the agent uses system specific providers to enforce the resource specified in the manifests. The resource abstraction layer enables administrators to describe the configuration in high-level terms, such as users, services and packages without the need to specify OS specific commands (such as rpm, yum, apt).

Platform support

Built to be cross-platform, it works on Linux distributions, including CentOS, Debian, Fedora, Mandriva, Oracle Linux, RHEL, Scientific Linux, SUSE and Ubuntu, as well as multiple Unix systems (Solaris, BSD, Mac OS X, AIX, HP-UX), and has Microsoft Windows support.[2][3]

It is model-driven, requiring limited programming knowledge to use.[4]

Users

Puppet is used by the Wikimedia Foundation,[5] ARIN, Mozilla, Reddit,[6] Dell, Rackspace, Zynga, Twitter, the New York Stock Exchange, PayPal, Disney, Citrix Systems, Oracle, Yandex, the University of North Texas, the Los Alamos National Laboratory, Stanford University, Lexmark and Google, among others.[7]

See also

References

  1. ^ "Puppet Frequently Asked Questions". Puppet Labs. Retrieved March 10, 2010.
  2. ^ System Requirements
  3. ^ Supported Platforms
  4. ^ Deploying Tomcat Applications With Puppet
  5. ^ Ever wondered how the Wikimedia servers are configured? — Wikimedia blog. Blog.wikimedia.org (2011-09-19). Retrieved on 2013-12-09.
  6. ^ We are sysadmins @ reddit. Ask us anything! : sysadmin. Reddit.com (2012-03-21). Retrieved on 2013-12-09.
  7. ^ Google, VMware, Cisco stuff Puppet with $8.5M

External links