Skip to content

Commit a281273

Browse files
committed
pass the correct foreman url to iop advisor engine
1 parent b66e95a commit a281273

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

manifests/plugin/rh_cloud.pp

+2-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
}
1212

1313
class { 'iop_advisor_engine':
14-
ensure => bool2str($enable_iop_advisor_engine, 'present', 'absent'),
14+
ensure => bool2str($enable_iop_advisor_engine, 'present', 'absent'),
15+
foreman_url => $foreman::foreman_url,
1516
}
1617
}

0 commit comments

Comments
 (0)