Puppet Class: foreman::plugin::hdm
- Defined in:
- manifests/plugin/hdm.pp
Summary
Install the Hiera Data Manager (HDM) pluginOverview
3 4 5 6 |
# File 'manifests/plugin/hdm.pp', line 3
class foreman::plugin::hdm {
foreman::plugin { 'hdm':
}
}
|