summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorequinox <equinox@88d0365b-309c-4eec-8061-d8e0c04ad69e>2012-09-27 01:52:49 +0000
committerequinox <equinox@88d0365b-309c-4eec-8061-d8e0c04ad69e>2012-09-27 01:52:49 +0000
commit8a2457d6fb57105d3b34017db999e737ec0277a3 (patch)
treea4820dbc178d2f8fcff6be4240980ad80fbe6c4b /templates
parentporter generation works (diff)
fixed porter template
git-svn-id: https://svn.spreadspace.org/flufigut/trunk@10 88d0365b-309c-4eec-8061-d8e0c04ad69e
Diffstat (limited to 'templates')
-rw-r--r--templates/example/porter.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/example/porter.xml b/templates/example/porter.xml
index d54acc1..cf960bf 100644
--- a/templates/example/porter.xml
+++ b/templates/example/porter.xml
@@ -4,4 +4,8 @@
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>
</component>