c8f69d7c7700b9f690728d67a0b1d0ef0cbe78c1
[mirror/dsa-puppet.git] / 3rdparty / modules / qpid / templates / qpidd.conf.erb
1 # GENERATED BY PUPPET
2 #
3 # Configuration file for qpidd. Entries are of the form: 
4 #   name=value 
5 #
6 # (Note: no spaces on either side of '='). Using default settings:
7 # "qpidd --help" or "man qpidd" for more details.
8 port=<%= port %>
9 max-connections=<%= max_connections %>
10 worker-threads=<%= worker_threads %>
11 connection-backlog=<%= connection_backlog %>
12 auth=<%= auth %>
13 realm=<%= realm %>
14 <% if clustered == true %>
15 <%= mechanism_option %>=<%= cluster_mechanism %>
16 <% end %>
17 <% if log_to_file != 'UNSET' %>
18 log-to-file=<%= log_to_file %>
19 <% end %>