aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-07-21 08:24:15 +0000
committerGerrit Code Review <review@openstack.org>2017-07-21 08:24:15 +0000
commitfdd4352375c24c189d028f34cc66b3b1f2d474ee (patch)
tree94ec71dab48c9934023ad3e671bea382fb564f5e
parent11058c85dda4d5c10f76d023f9324232abe2a455 (diff)
parent60601d281d61c9f72f69b65c0a606783814c14b1 (diff)
Merge "Switch MonitoringRabbitUseSSL to boolean"
-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.