From 3b2828e86d0551af3964000b901c684be26d67c9 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Wed, 17 Oct 2012 20:04:58 +0200 Subject: moved output to output/ --- templates/flumotion/default/worker.xml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 templates/flumotion/default/worker.xml (limited to 'templates/flumotion/default/worker.xml') diff --git a/templates/flumotion/default/worker.xml b/templates/flumotion/default/worker.xml new file mode 100644 index 0000000..b6f4667 --- /dev/null +++ b/templates/flumotion/default/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 and debug != '' + {{ debug }} +%% endif + -- cgit v1.2.3