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