summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2012-10-12 23:57:58 +0200
committerChristian Pointner <equinox@spreadspace.org>2012-10-12 23:57:58 +0200
commit419da2990c0291f51391be39d5150993e9a2d28b (patch)
treeaec242171f1156fdfe7848f12ed964d9c8a67539 /templates
parentadd password generator for admin user (diff)
better handling for passwd file
Diffstat (limited to 'templates')
-rw-r--r--templates/example/planet.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/example/planet.xml b/templates/example/planet.xml
index 454b1bb..47a5b11 100644
--- a/templates/example/planet.xml
+++ b/templates/example/planet.xml
@@ -8,7 +8,7 @@
%% endif
%% endfor
<component name="manager-bouncer" type="htpasswdcrypt-bouncer">
- <property name="filename">{{ globals.passwdfile }}</property>
+ <property name="filename">/etc/flumotion/{{ globals.name }}.passwd</property>
</component>
</manager>