diff options
Diffstat (limited to 'manifests/profile/base/barbican.pp')
-rw-r--r-- | manifests/profile/base/barbican.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/barbican.pp b/manifests/profile/base/barbican.pp index f4d6230..7113fd0 100644 --- a/manifests/profile/base/barbican.pp +++ b/manifests/profile/base/barbican.pp @@ -25,7 +25,7 @@ # class tripleo::profile::base::barbican ( - $step = hiera('step'), + $step = Integer(hiera('step')), ) { if $step >= 3 { |