summaryrefslogtreecommitdiff
path: root/templates/example/worker.xml
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-17 20:04:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-17 20:04:58 +0200
commit3b2828e86d0551af3964000b901c684be26d67c9 (patch)
tree876dafbcdd9705fa171a9de0893a08b06c56bd74 /templates/example/worker.xml
parentmoved template parameter to config file (diff)
moved output to output/<format>
Diffstat (limited to 'templates/example/worker.xml')
-rw-r--r--templates/example/worker.xml20
1 files changed, 0 insertions, 20 deletions
diff --git a/templates/example/worker.xml b/templates/example/worker.xml
deleted file mode 100644
index b6f4667..0000000
--- a/templates/example/worker.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-<?xml version="1.0"?>
-<worker name="{{ name }}">
- <manager>
-%% for name, value in globals.manager.items()
-%% if name != 'machine'
- <{{ name }}>{{ value }}</{{ name }}>
-%% endif
-%% endfor
- </manager>
-
- <authentication type="plaintext">
- <username>{{ name }}</username>
- <password>{{ password }}</password>
- </authentication>
-
- <feederports>{{ portrange }}</feederports>
-%% if debug and debug != ''
- <debug>{{ debug }}</debug>
-%% endif
-</worker>