- Mastering Puppet 5
- Ryan Russell Yates Jason Southgate
- 64字
- 2021-07-16 17:46:13
Deciding on the granularity of roles for your nodes
You should start with roles that are entirely fine-grained, with every role being just a simple list of the profiles it contains.
If you have a lot of only slightly different nodes, you could begin to introduce more complex roles that just contain one profile per line, for example, conditional logic or even nested roles.