diff --git a/manifests/cli/rh_cloud.pp b/manifests/cli/rh_cloud.pp new file mode 100644 index 000000000..c639c7a1b --- /dev/null +++ b/manifests/cli/rh_cloud.pp @@ -0,0 +1,10 @@ +# = Hammer foreman_rh_cloud plugin +# +# This installs the foreman_rh_cloud plugin for Hammer CLI +# +# === Parameters: +# +class foreman::cli::rh_cloud { + foreman::cli::plugin { 'foreman_rh_cloud': + } +}