Remove a bunch of 3rdparty modules that seem unused
[mirror/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
deleted file mode 100644 (file)
index c8f69d7..0000000
+++ /dev/null
@@ -1,19 +0,0 @@
-# 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 %>