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