]> git.donarmstrong.com Git - dsa-puppet.git/blob - modules/rabbitmq/templates/rabbitmq.conf.erb
try if downgrading to 1.2.2 solves my problem
[dsa-puppet.git] / modules / rabbitmq / templates / rabbitmq.conf.erb
1 [
2 {rabbit, [
3 <% if @cluster -%>
4         {cluster_nodes, ['<%= @clustermembers.to_a.flatten.join("', '") %>']},
5         {tcp_listen_options, [binary,
6                               {packet, raw},
7                               {reuseaddr, true},
8                               {backlog, 128},
9                               {nodelay, true},
10                               {exit_on_close, false},
11                               {keepalive, true}]}
12 <% end -%>