Category: puppet

Enforce compliance across hybrid infrastructure with policy as code and model-driven automation. Modernize faster with Puppet DevOps consulting and infrastructure as code.

For the uninitiated, the roles and profiles method, or roles and profiles pattern, allows you to separate resources and logic in your Puppet code from the actual manifest you classify against a node.

To illustrate how to use the roles and profiles method in a compliance Puppet module, let’s assume we’re writing a Puppet module for compliance.

If you found this interesting and would like some more in depth examples and explanations of how to adapt the roles and profiles method to compliance code, please join me at Puppet Camp: Get compliance under control on March 25th, 2021!

Related Articles