]> git.donarmstrong.com Git - dsa-puppet.git/blobdiff - 3rdparty/modules/qpid/templates/qpidd.conf.erb
try again, with puppetforge modules, correctly included now
[dsa-puppet.git] / 3rdparty / modules / qpid / templates / qpidd.conf.erb
diff --git a/3rdparty/modules/qpid/templates/qpidd.conf.erb b/3rdparty/modules/qpid/templates/qpidd.conf.erb
new file mode 100644 (file)
index 0000000..c8f69d7
--- /dev/null
@@ -0,0 +1,19 @@
+# GENERATED BY PUPPET
+#
+# Configuration file for qpidd. Entries are of the form: 
+#   name=value 
+#
+# (Note: no spaces on either side of '='). Using default settings:
+# "qpidd --help" or "man qpidd" for more details.
+port=<%= port %>
+max-connections=<%= max_connections %>
+worker-threads=<%= worker_threads %>
+connection-backlog=<%= connection_backlog %>
+auth=<%= auth %>
+realm=<%= realm %>
+<% if clustered == true %>
+<%= mechanism_option %>=<%= cluster_mechanism %>
+<% end %>
+<% if log_to_file != 'UNSET' %>
+log-to-file=<%= log_to_file %>
+<% end %>