From d1deaae25f8583603c9a8d9394a81c12d5d1742c Mon Sep 17 00:00:00 2001 From: Martin Mágr Date: Mon, 28 Nov 2016 14:19:59 +0100 Subject: Use correct type for SensuRedactVariables parameter The parameter type is invalid making it impossible to enable monitoring-environment. Change-Id: I835d1e82480edb0b6d082a7496d7ceebb1781728 Closes-Bug: #1641080 Closes-Bug: rhbz#1392473 --- puppet/services/monitoring/sensu-base.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/puppet/services/monitoring/sensu-base.yaml b/puppet/services/monitoring/sensu-base.yaml index e5762328..ea23b8b6 100644 --- a/puppet/services/monitoring/sensu-base.yaml +++ b/puppet/services/monitoring/sensu-base.yaml @@ -45,7 +45,7 @@ parameters: default: '/sensu' SensuRedactVariables: description: Variables from Sensu configuration, which have to be redacted. - type: array + type: comma_delimited_list default: - password - passwd -- cgit 1.2.3-korg