We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b66e95a commit a281273Copy full SHA for a281273
manifests/plugin/rh_cloud.pp
@@ -11,6 +11,7 @@
11
}
12
13
class { 'iop_advisor_engine':
14
- ensure => bool2str($enable_iop_advisor_engine, 'present', 'absent'),
+ ensure => bool2str($enable_iop_advisor_engine, 'present', 'absent'),
15
+ foreman_url => $foreman::foreman_url,
16
17
0 commit comments