aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/zaqar.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/base/zaqar.pp')
-rw-r--r--manifests/profile/base/zaqar.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/zaqar.pp b/manifests/profile/base/zaqar.pp
index 243dcc7..b9171b0 100644
--- a/manifests/profile/base/zaqar.pp
+++ b/manifests/profile/base/zaqar.pp
@@ -28,7 +28,7 @@
# Defaults to hiera('step')
#
class tripleo::profile::base::zaqar (
- $step = hiera('step'),
+ $step = Integer(hiera('step')),
) {
if $step >= 4 {
include ::zaqar