make pubsub.conf a concat fragment
[mirror/dsa-puppet.git] / modules / roles / templates / pubsub / pubsub.conf.erb
1 [<%= @key -%>]
2 vhost=<%= @vhost %>
3 topic=<%= @topic %>
4 exchange=<%= @exchange %
5 username=<%= @username %>
6 password=<%= @password %>
7 <% if @queue -%>
8 queue=<%= @queue %>
9 <% end -%>
10