Skip to content
Amy Buck edited this page Oct 30, 2017 · 24 revisions

Puppet

Puppet is a configuration management tool used for deploying, configuring, and managing servers.

Features

  • Defines distinct configurations for each host, and continuously checks and confirms if the required configuration is in place and not altered on the host (if the host is altered, Puppet reverts back to the required configuration automatically)
  • Dynamic scaling up and scaling down of machines
  • Provides control over all of your configured machines using a centralized (master-server or repo-based) model so all changes are propagated automatically

See Puppet and Puppet docs for more information.

Clone this wiki locally