Puppet Class: foreman::plugin::webhooks
- Defined in:
- manifests/plugin/webhooks.pp
Overview
Foreman Webhooks plugin
This class installs webhooks plugin
| 5 6 7 8 | # File 'manifests/plugin/webhooks.pp', line 5
class foreman::plugin::webhooks {
  foreman::plugin { 'webhooks':
  }
} |