aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/swift/storage.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/base/swift/storage.pp')
-rw-r--r--manifests/profile/base/swift/storage.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/swift/storage.pp b/manifests/profile/base/swift/storage.pp
index 5018d77..3d0ba16 100644
--- a/manifests/profile/base/swift/storage.pp
+++ b/manifests/profile/base/swift/storage.pp
@@ -30,7 +30,7 @@
class tripleo::profile::base::swift::storage (
# Deprecated conditional to support ControllerEnableSwiftStorage parameter
$enable_swift_storage = true,
- $step = hiera('step'),
+ $step = Integer(hiera('step')),
) {
if $step >= 4 {
if $enable_swift_storage {