From fcd57bf2a3185b9d32f8ae1851c0cf2e52e34906 Mon Sep 17 00:00:00 2001 From: Nicolas Hicher Date: Mon, 3 Nov 2014 12:50:31 -0500 Subject: [PATCH] Add parames to use rabbitmq service binding allow to bind rabbit on specific address, without this binding, haproxy will not start because rabbit listen on 0.0.0.0 --- manifests/messaging.pp | 1 + 1 file changed, 1 insertion(+) diff --git a/manifests/messaging.pp b/manifests/messaging.pp index 99457f6f..810ab1e1 100644 --- a/manifests/messaging.pp +++ b/manifests/messaging.pp @@ -80,6 +80,7 @@ class cloud::messaging( cluster_nodes => $array_rabbit_names, wipe_db_on_cookie_change => true, cluster_node_type => $cluster_node_type, + node_ip_address => $rabbitmq_ip, port => $rabbitmq_port, }