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
This commit is contained in:
parent
a34955d451
commit
60601d281d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user