From a2812737db7304e1c209865a4a8528ec3b82bc37 Mon Sep 17 00:00:00 2001 From: Evgeni Golov Date: Tue, 28 Jan 2025 14:16:54 +0100 Subject: [PATCH] pass the correct foreman url to iop advisor engine --- manifests/plugin/rh_cloud.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/manifests/plugin/rh_cloud.pp b/manifests/plugin/rh_cloud.pp index b607fb8b..3c1b3c6f 100644 --- a/manifests/plugin/rh_cloud.pp +++ b/manifests/plugin/rh_cloud.pp @@ -11,6 +11,7 @@ } class { 'iop_advisor_engine': - ensure => bool2str($enable_iop_advisor_engine, 'present', 'absent'), + ensure => bool2str($enable_iop_advisor_engine, 'present', 'absent'), + foreman_url => $foreman::foreman_url, } }