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