Puppet Class: foreman::plugin::hooks
- Defined in:
- manifests/plugin/hooks.pp
Overview
Installs foreman_hooks plugin
2 3 4 5 |
# File 'manifests/plugin/hooks.pp', line 2
class foreman::plugin::hooks {
foreman::plugin { 'hooks':
}
}
|