summaryrefslogtreecommitdiff
path: root/templates/default/flumotion/planet.xml.j2
diff options
context:
space:
mode:
Diffstat (limited to 'templates/default/flumotion/planet.xml.j2')
-rw-r--r--templates/default/flumotion/planet.xml.j212
1 files changed, 6 insertions, 6 deletions
diff --git a/templates/default/flumotion/planet.xml.j2 b/templates/default/flumotion/planet.xml.j2
index cac9fc0..5c2575c 100644
--- a/templates/default/flumotion/planet.xml.j2
+++ b/templates/default/flumotion/planet.xml.j2
@@ -2,19 +2,19 @@
<planet name="{{ globals.name }}">
<manager name="{{ globals.name }}">
-{%- if globals.deployment.type == "kubernetes" %}
+%% if globals.deployment.type == "kubernetes"
<host>0.0.0.0</host>
-{%- else %}
+%% else
<host>{{ globals.manager.host }}</host>
-{%- endif %}
+%% endif
<port>{{ globals.manager.port }}</port>
<transport>{{ globals.manager.transport }}</transport>
<component name="manager-bouncer" type="htpasswdcrypt-bouncer">
-{%- if globals.deployment.type == "kubernetes" %}
+%% if globals.deployment.type == "kubernetes"
<property name="filename">/srv/secret/htpasswd</property>
-{%- else %}
+%% else
<property name="filename">/etc/flumotion/{{ globals.name }}.passwd</property>
-{%- endif %}
+%% endif
</component>
</manager>