Merge "Switch MonitoringRabbitUseSSL to boolean"

This commit is contained in:
Jenkins 2017-07-21 08:24:15 +00:00 committed by Gerrit Code Review
commit fdd4352375
1 changed files with 1 additions and 1 deletions

View File

@ -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.