0 votes
in Petroleum Engineering by

How Puppet Works?

1 Answer

0 votes
by
  • The Puppet Agent sends the Facts to the Puppet Master. Facts are basically key/value data pair that represents some aspect of Slave state, such as its IP address, up-time, operating system, or whether it’s a virtual machine. I will explain Facts in detail later in the blog.
  • Puppet Master uses the facts to compile a Catalog that defines how the Slave should be configured. Catalogis a document that describes the desired state for each resource that Puppet Master manages on a Slave. I will explain catalogs and resources in detail later.
    • Puppet Slave reports back to Master indicating that Configuration is complete, which is visible in the Puppet dashboard.

Related questions

0 votes
asked Jan 5, 2023 in DevOps Culture by Robin
0 votes
asked Jan 5, 2023 in DevOps Culture by Robin
...