Docs: Puppet Documentation Index


This is the documentation for Puppet, the industry-leading configuration management toolkit. Most of the content here applies equally to Puppet Enterprise and open source releases of Puppet.

Drive-Thru

Small documents for getting help fast.

Thumbnail preview of the core types cheat sheet. Thumbnail preview of the module cheat sheet.


Learning Puppet

Learn to use Puppet! New users: start here.

Part one: Serverless Puppet

  • Resources and the RAL — Learn about the fundamental building blocks of system configuration.
  • Manifests — Start controlling your system by writing actual Puppet code.
  • Ordering — Learn about dependencies and refresh events, manage the relationships between resources, and discover the fundamental Puppet design pattern.
  • Variables, Conditionals, and Facts — Make your manifests versatile by reading system information.
  • Modules and Classes (Part One) — Start building your manifests into self-contained modules.
  • Templates — Use ERB to make your config files as flexible as your Puppet manifests.
  • Parameterized Classes (Modules, Part Two) — Learn how to pass parameters to classes and make your modules more adaptable.
  • Defined Types — Model repeatable chunks of configuration by grouping basic resources into super-resources.

Part two: Master/Agent Puppet

  • Preparing an Agent VM — Prepare your tools for the next few chapters with our step-by-step walkthrough.
  • Basic Agent/Master Puppet — Tour the agent/master workflow: sign an agent node’s certificate, pick which classes a node will get, and pull and apply a catalog.
  • More coming soon!

Reference Shelf

Puppet 3 Reference Manual

A concise reference to Puppet 3’s usage and internals. Use the left sidebar of any reference manual page to navigate between pages.

Puppet 2.7 Reference Manual

A concise reference to Puppet 2.7’s usage and internals. Use the left sidebar of any reference manual page to navigate between pages.

Miscellaneous References

Generated References

Complete and up-to-date references for Puppet’s resource types, functions, metaparameters, configuration options, indirection termini, and reports, served piping hot directly from the source code.

These references are automatically generated from the inline documentation in Puppet’s source code. References generated from each version of Puppet are archived here:


Puppet Guides

Learn about different areas of Puppet, fix problems, and design solutions.

Components

Learn more about major working parts of the Puppet system.

Installing and Configuring

Get Puppet up and running at your site.

Basic Features and Use

Puppet on Windows

Manage Windows nodes side by side with your *nix infrastructure, with Puppet 2.7 and higher (including Puppet Enterprise ≥ 2.5).

Tuning and Scaling

Puppet’s default configuration is meant for prototyping and designing a site. Once you’re ready for production deployment, learn how to adjust Puppet for peak performance.

Advanced Features

Go beyond basic manifests.

Hacking and Extending

Build your own tools and workflows on top of Puppet.

Using the Puppet Data Library

  • Puppet Data Library: Overview — Puppet automatically gathers reams of data about your infrastructure. Learn where that data is, how to access it, and how to mine it for knowledge.
  • Inventory Service — use Puppet’s inventory of nodes at your site in your own custom applications

Using APIs and Interfaces

Using Ruby Plugins

Developing Puppet


Other Resources

↑ Back to top