Puppet Class: foreman::cli::webhooks
- Defined in:
- manifests/cli/webhooks.pp
Overview
Hammer Webhooks plugin
This installs the Webhooks plugin for Hammer CLI
Parameters:
7 8 9 10 |
# File 'manifests/cli/webhooks.pp', line 7
class foreman::cli::webhooks {
foreman::cli::plugin { 'foreman_webhooks':
}
}
|