aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/heat/api_cloudwatch.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/base/heat/api_cloudwatch.pp')
-rw-r--r--manifests/profile/base/heat/api_cloudwatch.pp3
1 files changed, 2 insertions, 1 deletions
diff --git a/manifests/profile/base/heat/api_cloudwatch.pp b/manifests/profile/base/heat/api_cloudwatch.pp
index 6362275..3004db9 100644
--- a/manifests/profile/base/heat/api_cloudwatch.pp
+++ b/manifests/profile/base/heat/api_cloudwatch.pp
@@ -26,8 +26,9 @@
class tripleo::profile::base::heat::api_cloudwatch (
$step = hiera('step'),
) {
+ include ::tripleo::profile::base::heat
+
if $step >= 4 {
- include ::tripleo::profile::base::heat
include ::heat::api_cloudwatch
}
}