aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/templates/list.xml
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2010-12-09 12:34:23 +0000
committerMichael Scherer <misc@mageia.org>2010-12-09 12:34:23 +0000
commit97814533cf8e70700cac5d8d546e6e5b1d058efd (patch)
treef3cdde885e63ab944574f4d7dd1bbdf5e5ba2498 /modules/sympa/templates/list.xml
parent3bc6f2ed53d1f80676a78d54befe0bb82e988513 (diff)
downloadpuppet-97814533cf8e70700cac5d8d546e6e5b1d058efd.tar
puppet-97814533cf8e70700cac5d8d546e6e5b1d058efd.tar.gz
puppet-97814533cf8e70700cac5d8d546e6e5b1d058efd.tar.bz2
puppet-97814533cf8e70700cac5d8d546e6e5b1d058efd.tar.xz
puppet-97814533cf8e70700cac5d8d546e6e5b1d058efd.zip
add a mailling list type
Diffstat (limited to 'modules/sympa/templates/list.xml')
-rw-r--r--modules/sympa/templates/list.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/modules/sympa/templates/list.xml b/modules/sympa/templates/list.xml
new file mode 100644
index 00000000..b115b6d6
--- /dev/null
+++ b/modules/sympa/templates/list.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" ?>
+<list>
+ <listname><%= name %></listname>
+ <type><%= profile%></type>
+ <subject><%= subject %></subject>
+ <description/>
+ <status>open</status>
+ <language><%= language %></language>
+ <!-- <owner_include multiple="1">
+ <source>my_file</source>
+ </owner_include>
+ -->
+ <!-- TODO adjust later, add moderators pulled by ldap -->
+ <owner multiple="1"><email>misc@zarb.org</email> </owner>
+</list>