From e45917eef95f03a48c44c657f253a9522f26dcf9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Fri, 12 Oct 2012 04:18:19 +0200 Subject: creating output dir with all config files TODO: create passwd file --- templates/example/worker.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/example/worker.xml (limited to 'templates/example/worker.xml') diff --git a/templates/example/worker.xml b/templates/example/worker.xml new file mode 100644 index 0000000..cd9ee5c --- /dev/null +++ b/templates/example/worker.xml @@ -0,0 +1,20 @@ + + + +%% for name, value in globals.manager.items() +%% if name != 'machine' + <{{ name }}>{{ value }} +%% endif +%% endfor + + + + {{ name }} + {{ password }} + + + {{ portrange }} +%% if debug != '' + {{ debug }} +%% endif + -- cgit v1.2.3