Revision
584
Author
misc
Date
2010-12-14 00:55:03 +0100 (Tue, 14 Dec 2010)

Log Message

always use the same profile for list creation, since puppet will change the configuration after

Modified Paths

Modified: puppet/modules/sympa/templates/list.xml
===================================================================
--- puppet/modules/sympa/templates/list.xml	2010-12-13 23:55:02 UTC (rev 583)
+++ puppet/modules/sympa/templates/list.xml	2010-12-13 23:55:03 UTC (rev 584)
@@ -1,7 +1,7 @@
 <?xml version="1.0" ?>
 <list>
         <listname><%= name %></listname>
-        <type><%= profile%></type>
+        <type>discussion_list</type>
         <subject><%= subject %></subject>
         <description/>
         <status>open</status>