Puppet

Card Puncher Data Processing

About

Puppet is:

  • an agent based configuration platform
  • based on declarative meta data (no procedure, recept instead). It has an object-convergence model that define a desired state for your resource

Model

Procedural (Ansible) Declarative (Puppet)
run this list of commands to install Apache on my machine Apache should be installed and configured.

Puppet handles:

  • verifying if Apache is installed,
  • checks for the correct dependencies,
  • upgrades it if it’s not at the correct version
  • does nothing if everything is good.

Resource manifest:

  • abstracting away various details (e.g., OS-specific actions)
  • makes definitions simpler to read, modify and audit.

Documentation / Reference





Discover More
Card Puncher Data Processing
Ansible

: follows procedural instructions defined by the user, streamlines ad-hoc, event-based tasks. is agent less Easy for small- and mid-size teams to get up and running quickly, at a certain scale....
Card Puncher Data Processing
Infrastructure as code Application

Application This section is composed of the applications that you can use to implement a infrastructure as code
Card Puncher Data Processing
What is Infrastructure as code? (Configuration, Provisioning, and Software Deployment)

Infrastructure as code means that all ops operations are scripted and are found in code. They are used in DevOps pipeling for continuous deployment You will find three kind of software in this area:...



Share this page:
Follow us:
Task Runner