DevOps Articles

Curated articles, resources, tips and trends from the DevOps World.

Puppet 101 —Introduction to Automated State Configuration

4 years ago medium.com
Puppet 101 —Introduction to Automated State Configuration

Summary: This is a summary of an article originally published by the source. Read the full original article here →

onfiguration management refers to the creation and maintenance of records of all infrastructure components. In terms of software, we primarily mean versions, patches, etc., and in terms of hardware, server configuration and its purpose. Server configuration is a fairly broad term that can include: management of users, services, firewalls, etc.

It consists of: · Agent: Keeps on interacting with the master server, ensuring that the node is aligned to the desired and expected state.· Facter: Helps in collecting the existing and present state of the node environment which is then used for communication purposes from where information is sent back by the help of the agent.

From here, a report is made on the Node’s end describing all the changes that are made and again this information is forwarded to the Master server.

Made with pure grit © 2024 Jetpack Labs Inc. All rights reserved. www.jetpacklabs.com