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