Puppet Class: foreman::cli::rh_cloud
- Defined in:
- manifests/cli/rh_cloud.pp
Overview
Hammer foreman_rh_cloud plugin
This installs the foreman_rh_cloud plugin for Hammer CLI
Parameters:
7 8 9 10 |
# File 'manifests/cli/rh_cloud.pp', line 7
class foreman::cli::rh_cloud {
foreman::cli::plugin { 'foreman_rh_cloud':
}
}
|