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.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/heat/api_cloudwatch.pp b/manifests/profile/base/heat/api_cloudwatch.pp
index 428bcf2..83d5307 100644
--- a/manifests/profile/base/heat/api_cloudwatch.pp
+++ b/manifests/profile/base/heat/api_cloudwatch.pp
@@ -48,7 +48,7 @@ class tripleo::profile::base::heat::api_cloudwatch (
$certificates_specs = hiera('apache_certificates_specs', {}),
$enable_internal_tls = hiera('enable_internal_tls', false),
$heat_api_cloudwatch_network = hiera('heat_api_cloudwatch_network', undef),
- $step = hiera('step'),
+ $step = Integer(hiera('step')),
) {
include ::tripleo::profile::base::heat