aboutsummaryrefslogtreecommitdiffstats
path: root/puppet/services/monitoring
diff options
context:
space:
mode:
authorAlex Schultz <aschultz@redhat.com>2017-07-20 07:21:09 -0600
committerAlex Schultz <aschultz@redhat.com>2017-07-20 07:21:09 -0600
commit60601d281d61c9f72f69b65c0a606783814c14b1 (patch)
tree483232ad60f0d232421e5e78ba6d334a92d362f6 /puppet/services/monitoring
parenta34955d45135dc66477f2f162e76f9183762dd96 (diff)
Switch MonitoringRabbitUseSSL to boolean
The puppet-sensu module recently added type checking so rabbitmq_ssl needs to be a boolean and not a string. Change-Id: I69b5a7528c8728310766abdc27ad11c93c4722d5 Closes-Bug: #1705481
Diffstat (limited to 'puppet/services/monitoring')
-rw-r--r--puppet/services/monitoring/sensu-base.yaml2
1 files changed, 1 insertions, 1 deletions
diff --git a/puppet/services/monitoring/sensu-base.yaml b/puppet/services/monitoring/sensu-base.yaml
index 24dda549..0f0fe957 100644
--- a/puppet/services/monitoring/sensu-base.yaml
+++ b/puppet/services/monitoring/sensu-base.yaml
@@ -44,7 +44,7 @@ parameters:
to the RabbitMQ host. Set MonitoringRabbitUseSSL to true without
specifying a private key or cert chain to use SSL transport,
but not cert auth.
- type: string
+ type: boolean
MonitoringRabbitSSLPrivateKey:
default: ''
description: Private key to be used by Sensu to connect to RabbitMQ host.