]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - modules/rabbitmq/templates/rabbitmq.conf.erb
move to puppetlabs rabbitmq module
[dsa-puppet.git] / modules / rabbitmq / templates / rabbitmq.conf.erb
diff --git a/modules/rabbitmq/templates/rabbitmq.conf.erb b/modules/rabbitmq/templates/rabbitmq.conf.erb
deleted file mode 100644 (file)
index 4d95f9e..0000000
+++ /dev/null
@@ -1,12 +0,0 @@
-[
-{rabbit, [
-<% if @cluster -%>
-       {cluster_nodes, ['<%= @clustermembers.to_a.flatten.join("', '") %>']},
-        {tcp_listen_options, [binary,
-                              {packet, raw},
-                              {reuseaddr, true},
-                              {backlog, 128},
-                              {nodelay, true},
-                              {exit_on_close, false},
-                              {keepalive, true}]}
-<% end -%>