aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/pacemaker/clustercheck.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/pacemaker/clustercheck.pp')
-rw-r--r--manifests/profile/pacemaker/clustercheck.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/pacemaker/clustercheck.pp b/manifests/profile/pacemaker/clustercheck.pp
index fad30da..958f4a2 100644
--- a/manifests/profile/pacemaker/clustercheck.pp
+++ b/manifests/profile/pacemaker/clustercheck.pp
@@ -32,7 +32,7 @@
#
#
class tripleo::profile::pacemaker::clustercheck (
- $step = hiera('step'),
+ $step = Integer(hiera('step')),
$clustercheck_password = hiera('mysql::server::root_password'),
$bind_address = hiera('mysql_bind_host'),
) {