- Mastering Puppet 5
- Ryan Russell Yates Jason Southgate
- 61字
- 2021-07-16 17:46:13
Roles best practices summary
Here are the best practices you should note in the development of your own roles, referring to the preceding LAMP stack as an example:
- Construct roles only with the include keyword
- Name roles in your business's conversational name
- Decide on the granularity of roles for your nodes
Let's examine each of these best practices now in turn.