always use the same profile for list creation, since puppet will change the configuration after
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>