Puppet Class: role::default
- Defined in:
- manifests/default.pp
Overview
Dummy default role that does nothing.
2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
# File 'manifests/default.pp', line 2
class role::default {
notify { 'The role module usage':
message => @("USAGE")
==============================
Looks this node is using the default role. This means that the role module
probably not has been properly initialized.
You should override the `default_prefix` parameter with your own prefix and
optionally supply a default_role.
==============================
| - USAGE
,
}
}
|