summaryrefslogtreecommitdiff
path: root/templates/flumotion/default/porter.xml
diff options
context:
space:
mode:
Diffstat (limited to 'templates/flumotion/default/porter.xml')
-rw-r--r--templates/flumotion/default/porter.xml7
1 files changed, 3 insertions, 4 deletions
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 }}">
- <property name="port">{{ component.properties['port'] }}</property>
- <property name="socket-path">{{ component.properties['socket-path'] }}</property>
- <property name="username">{{ component.properties['username'] }}</property>
- <property name="password">{{ component.properties['password'] }}</property>
+%% for name, value in component.properties.items()
+ <property name="{{ name }}">{{ value }}</property>
+%% endfor
</component>