Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Excerpt

Configuration management tool to facilitate managing our (Linux) cluster head nodes, other Linux servers, and our Linux desktops. Works with other OSes (MacOS, Windows), but we'll first focus on Linux.

...

Puppet

 
http://docs.puppetlabs.com/#puppetpuppet

...

This can make us more agile and flexible as system administrators, able to deal with fast-changing requirements and deliver things quickly to the business. We can also produce higher-quality, more reliable work.

...

Buzzword compliance

Declarative

Puppet is said to declarative. Chef is said to be...

Denoting an element of a set that is unchanged in value when multiplied or otherwise operated on by itself.

Idempotence

Denoting an element of a set that is unchanged in value when multiplied or otherwise operated on by itself.

https://www.google.com/search?q=define+idempotentImage Added

http://en.wikipedia.org/wiki/IdempotenceImage Added

Paraphrasing ansibleworks.com's web site: An "idempotent" resource model describes the desired state of computer systems and services, not the paths to get them to this state. Thus, no matter what state a system is in, this type of system understands how to transform it to the desired state (some also support a "dry run" mode to preview needed changes). This allows reliable and repeatable IT infrastructure configuration, avoiding the potential failures from scripting and script-based solutions that describe explicit and often irreversible actions rather than the end goal.Re:

DevOps

Systems management

One of the functions of systems management is configuration management.

Other configuration management tools (vs. Puppet)