Hi
I can have the following manifests/site.pp in the environment:
or
node default {
include ::role_loader
}
They both produce the same catalog - there is just a Node['default'] resource added with the latter form.
Are there any hidden benefits/drawbacks specifying a default node or not when i just have a default node and only include one class?
- Thomas