diff options
author | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-08-28 09:17:46 +0300 |
---|---|---|
committer | Juan Antonio Osorio Robles <jaosorior@redhat.com> | 2017-09-05 09:39:12 +0000 |
commit | 3302df49db175f3d6dba45ea91719763acf33a7f (patch) | |
tree | 681087ae2e53977cc98bbed9e1d622652b5c64a2 | |
parent | 9f408dbe8bc8371424ecb816877b1cfe62498f8d (diff) |
Rabbitmq: Enable Erlang distribution TLS
This will be used for the replication traffic as specified in the
dependent commit.
bp tls-via-certmonger
Change-Id: Ia53b9edaa6c6cdd48bcdde64969ae6c16f57ae41
Depends-On: I265c89cb8898a6da78a606664a22c50f5e57a847
(cherry picked from commit 1b4df60ac780a8388f5421c3c1634d172886595f)
-rw-r--r-- | puppet/services/rabbitmq.yaml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/puppet/services/rabbitmq.yaml b/puppet/services/rabbitmq.yaml index ba3a0984..a1a60201 100644 --- a/puppet/services/rabbitmq.yaml +++ b/puppet/services/rabbitmq.yaml @@ -122,6 +122,7 @@ outputs: rabbitmq::interface: {get_param: [ServiceNetMap, RabbitmqNetwork]} rabbitmq::nr_ha_queues: {get_param: RabbitHAQueues} rabbitmq::ssl: {get_param: EnableInternalTLS} + rabbitmq::ssl_erl_dist: {get_param: EnableInternalTLS} rabbitmq::ssl_port: 5672 rabbitmq::ssl_depth: 1 rabbitmq::ssl_only: {get_param: EnableInternalTLS} |