aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/profile/base/logging/fluentd.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/profile/base/logging/fluentd.pp')
-rw-r--r--manifests/profile/base/logging/fluentd.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/manifests/profile/base/logging/fluentd.pp b/manifests/profile/base/logging/fluentd.pp
index fc996e9..51869d6 100644
--- a/manifests/profile/base/logging/fluentd.pp
+++ b/manifests/profile/base/logging/fluentd.pp
@@ -59,7 +59,7 @@
# (Optional, default 42185) Port on which fluentd should listen if
# $fluentd_listen_syslog is true.
class tripleo::profile::base::logging::fluentd (
- $step = hiera('step', undef),
+ $step = Integer(hiera('step')),
$fluentd_sources = undef,
$fluentd_filters = undef,
$fluentd_servers = undef,