aboutsummaryrefslogtreecommitdiffstats
path: root/modules/mgapeople
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-12 14:00:56 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-12 14:00:56 +0000
commit486713f391a5e76f73603b6feb979075c7fb015c (patch)
treeaf999940f7f20b68306046793ff148f9ddf106c8 /modules/mgapeople
parent0f0f3682cca399f22a73e5902ea30f16ba892270 (diff)
downloadpuppet-486713f391a5e76f73603b6feb979075c7fb015c.tar
puppet-486713f391a5e76f73603b6feb979075c7fb015c.tar.gz
puppet-486713f391a5e76f73603b6feb979075c7fb015c.tar.bz2
puppet-486713f391a5e76f73603b6feb979075c7fb015c.tar.xz
puppet-486713f391a5e76f73603b6feb979075c7fb015c.zip
mgaepeople: add output_format config
Diffstat (limited to 'modules/mgapeople')
-rw-r--r--modules/mgapeople/templates/mgapeople.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/mgapeople/templates/mgapeople.conf b/modules/mgapeople/templates/mgapeople.conf
index 11964f27..c27ee11a 100644
--- a/modules/mgapeople/templates/mgapeople.conf
+++ b/modules/mgapeople/templates/mgapeople.conf
@@ -3,6 +3,9 @@ binddn: <%= @binddn %>
bindpwfile: <%= @bindpw_file %>
groupbase: <%= @groupbase %>
output_dir: <%= @vhostdir %>
+output_format:
+ - html
+ - txt
tmpl_dir: /usr/share/mgapeople/tmpl
<%- if @maintdburl -%>
maintdburl: <%= @maintdburl %>