Skip to content

Commit 1a23ed5

Browse files
authored
Update manifests/plugin/rh_cloud.pp
1 parent 95e9173 commit 1a23ed5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

manifests/plugin/rh_cloud.pp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
foreman::plugin { 'rh_cloud':
1010
}
1111

12-
if $enable_iop_advisor_engine {
13-
include iop_advisor_engine
12+
class { 'iop_advisor_engine':
13+
ensure => bool2str($enable_iop_advisor_engine, 'present', 'absent')
1414
}
1515
}

0 commit comments

Comments
 (0)