From 7abb94c45ff357a5e267c0dded0e2213a03c71a0 Mon Sep 17 00:00:00 2001 From: Shimon Shtein Date: Wed, 22 Nov 2023 12:12:15 +0200 Subject: [PATCH] Add hammer-cli-foreman-rh-cloud package --- manifests/cli/rh_cloud.pp | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 manifests/cli/rh_cloud.pp diff --git a/manifests/cli/rh_cloud.pp b/manifests/cli/rh_cloud.pp new file mode 100644 index 000000000..b753419e3 --- /dev/null +++ b/manifests/cli/rh_cloud.pp @@ -0,0 +1,10 @@ +# = Hammer SSH plugin +# +# This installs the SSH plugin for Hammer CLI +# +# === Parameters: +# +class foreman::cli::ssh { + foreman::cli::plugin { 'foreman_rh_cloud': + } +}