Code Review
/
apex-tripleo-heat-templates.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
a34955d
)
Switch MonitoringRabbitUseSSL to boolean
author
Alex Schultz
<aschultz@redhat.com>
Thu, 20 Jul 2017 13:21:09 +0000
(07:21 -0600)
committer
Alex Schultz
<aschultz@redhat.com>
Thu, 20 Jul 2017 13:21:09 +0000
(07:21 -0600)
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
puppet/services/monitoring/sensu-base.yaml
patch
|
blob
|
history
diff --git
a/puppet/services/monitoring/sensu-base.yaml
b/puppet/services/monitoring/sensu-base.yaml
index
24dda54
..
0f0fe95
100644
(file)
--- 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.