diff options
author | Michael Scherer <misc@mageia.org> | 2010-12-13 23:55:03 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-12-13 23:55:03 +0000 |
commit | ca971a2a1afcfd9b96dedce9890a471d7fc689f0 (patch) | |
tree | 4a5fa01cc5726e51b98002cf4a46a907bdfdaec3 | |
parent | 17d3a79bc92a74eb664e8719c46d0304ade714e9 (diff) | |
download | puppet-ca971a2a1afcfd9b96dedce9890a471d7fc689f0.tar puppet-ca971a2a1afcfd9b96dedce9890a471d7fc689f0.tar.gz puppet-ca971a2a1afcfd9b96dedce9890a471d7fc689f0.tar.bz2 puppet-ca971a2a1afcfd9b96dedce9890a471d7fc689f0.tar.xz puppet-ca971a2a1afcfd9b96dedce9890a471d7fc689f0.zip |
always use the same profile for list creation, since puppet will change the configuration after
-rw-r--r-- | modules/sympa/templates/list.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/sympa/templates/list.xml b/modules/sympa/templates/list.xml index 0a8088b5..289650fc 100644 --- a/modules/sympa/templates/list.xml +++ b/modules/sympa/templates/list.xml @@ -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> |