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