Skip to content

Commit

Permalink
pass the correct foreman url to iop advisor engine
Browse files Browse the repository at this point in the history
  • Loading branch information
evgeni committed Jan 28, 2025
1 parent b66e95a commit cb360e3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manifests/plugin/rh_cloud.pp
Original file line number Diff line number Diff line change
Expand Up @@ -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,
}
}

0 comments on commit cb360e3

Please sign in to comment.