aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/etcd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/base/etcd.pp')
-rw-r--r--manifests/profile/base/etcd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/etcd.pp b/manifests/profile/base/etcd.pp
index 9f5d180..86240be 100644
--- a/manifests/profile/base/etcd.pp
+++ b/manifests/profile/base/etcd.pp
@@ -62,7 +62,7 @@ class tripleo::profile::base::etcd (
$nodes = hiera('etcd_node_names', []),
$certificate_specs = {},
$enable_internal_tls = hiera('enable_internal_tls', false),
- $step = hiera('step'),
+ $step = Integer(hiera('step')),
) {
validate_hash($certificate_specs)