Writing Your First Puppet Manifest
A Puppet manifest is a file written in Puppet's declarative Domain-Specific Language (DSL) that defines the desired state of system resources. Resources can include packages, services, files, users, or custom configurations. The manifest instructs Puppet on how to bring the system into compliance with the desired state.
Manifests are typically stored wit…
Keep reading with a 7-day free trial
Subscribe to Pods & Pixels to keep reading this post and get 7 days of free access to the full post archives.