Puppet Class: foreman::plugin::openbolt
- Defined in:
- manifests/plugin/openbolt.pp
Summary
Install the OpenBolt pluginOverview
6 7 8 9 |
# File 'manifests/plugin/openbolt.pp', line 6
class foreman::plugin::openbolt {
foreman::plugin { 'openbolt':
}
}
|