manage danzi/main pg_hba
[mirror/dsa-puppet.git] / modules / roles / templates / pubsub / pubsub.conf.erb
index 0852463..63eaf80 100644 (file)
@@ -1,6 +1,10 @@
-[dsa-homedirs]
-vhost=dsa
-topic=dsa.git.homedirs
-exchange=dsa
-username=<%= @fqdn %>
-password=<%= @rabbit_password %>
+[<%= @key -%>]
+vhost=<%= @vhost %>
+topic=<%= @topic %>
+exchange=<%= @exchange %>
+username=<%= @username %>
+password=<%= @password %>
+<% if @queue -%>
+queue=<%= @queue %>
+<% end -%>
+