From bcb167ffba5e718e796d73dfef1de225b9591e43 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Sat, 11 Oct 2014 15:26:07 +0200 Subject: also create porter for local duplicates --- templates/flumotion/default/porter.xml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'templates/flumotion') diff --git a/templates/flumotion/default/porter.xml b/templates/flumotion/default/porter.xml index cf960bf..86b72b3 100644 --- a/templates/flumotion/default/porter.xml +++ b/templates/flumotion/default/porter.xml @@ -4,8 +4,7 @@ worker="{{ component.worker }}" project="flumotion" version="{{ globals.version }}"> - {{ component.properties['port'] }} - {{ component.properties['socket-path'] }} - {{ component.properties['username'] }} - {{ component.properties['password'] }} +%% for name, value in component.properties.items() + {{ value }} +%% endfor -- cgit v1.2.3