summaryrefslogtreecommitdiff
path: root/conf
diff options
context:
space:
mode:
authorNick Fagerlund <nick.fagerlund@gmail.com>2013-01-04 11:01:40 -0800
committerNick Fagerlund <nick.fagerlund@gmail.com>2013-01-04 11:17:24 -0800
commitade52f729d70c64796d4a81e9e20bee1ab1de7f9 (patch)
tree83613be2f442e853cdcf20dcadfffd5767341930 /conf
parentc43cb68107df5ae084351b44f5c2b1b76f5c56ea (diff)
downloadpuppet-ade52f729d70c64796d4a81e9e20bee1ab1de7f9.tar.gz
Maint: Remove example puppet-queue.conf file
This was not a Puppet configuration file; it was a stompserver config file for use with puppetqd. Which is to say, it was a config file for a third-party non-production-quality toy backend for a deprecated feature. I am very sure that we don't need to keep it in the codebase.
Diffstat (limited to 'conf')
-rw-r--r--conf/puppet-queue.conf10
1 files changed, 0 insertions, 10 deletions
diff --git a/conf/puppet-queue.conf b/conf/puppet-queue.conf
deleted file mode 100644
index fef22f8ca..000000000
--- a/conf/puppet-queue.conf
+++ /dev/null
@@ -1,10 +0,0 @@
-:daemon: true
-:working_dir: /tmp/stompserver
-:storage: .queue
-:queue: file
-:auth: false
-:debug: false
-:group:
-:user:
-:host: 127.0.0.1
-:port: 61613