aboutsummaryrefslogtreecommitdiffstats
path: root/modules/sympa/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-01-06 02:43:05 +0000
committerMichael Scherer <misc@mageia.org>2011-01-06 02:43:05 +0000
commitd9a2ed558ac9ab9737f6ae0bed06688b3204ab4f (patch)
treed3d6d6aef811aed835258b8b3e78f0368ebc4cf2 /modules/sympa/manifests
parent57fafabc503019785421cf0bf4261c0517607e62 (diff)
downloadpuppet-d9a2ed558ac9ab9737f6ae0bed06688b3204ab4f.tar
puppet-d9a2ed558ac9ab9737f6ae0bed06688b3204ab4f.tar.gz
puppet-d9a2ed558ac9ab9737f6ae0bed06688b3204ab4f.tar.bz2
puppet-d9a2ed558ac9ab9737f6ae0bed06688b3204ab4f.tar.xz
puppet-d9a2ed558ac9ab9737f6ae0bed06688b3204ab4f.zip
- add topics to sympa mailling list
Diffstat (limited to 'modules/sympa/manifests')
-rw-r--r--modules/sympa/manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/sympa/manifests/init.pp b/modules/sympa/manifests/init.pp
index 2b165c2b..49a9512b 100644
--- a/modules/sympa/manifests/init.pp
+++ b/modules/sympa/manifests/init.pp
@@ -239,6 +239,7 @@ class sympa {
subject => $subject,
# profile => "public",
language => $language,
+ topics => $topics,
}
}
@@ -250,6 +251,7 @@ class sympa {
subject => $subject,
profile => "",
language => $language,
+ topics => $topics,
reply_to => $reply_to,
sender_ldap_group => $sender_ldap_group,
}
@@ -263,6 +265,7 @@ class sympa {
subject => $subject,
profile => "",
language => $language,
+ topics => $topics,
reply_to => $reply_to,
sender_email => $sender_email,
}
@@ -274,6 +277,7 @@ class sympa {
list{ $name:
subject => $subject,
profile => "",
+ topics => $topics,
language => $language,
subscriber_ldap_group => $subscriber_ldap_group,
sender_ldap_group => $subscriber_ldap_group,
@@ -286,6 +290,7 @@ class sympa {
subject => $subject,
profile => "",
language => $language,
+ topics => $topics,
subscriber_ldap_group => $subscriber_ldap_group,
sender_ldap_group => $subscriber_ldap_group,
}
@@ -297,6 +302,7 @@ class sympa {
subject => $subject,
profile => "",
language => $language,
+ topics => $topics,
subscriber_ldap_group => $subscriber_ldap_group,
sender_ldap_group => $subscriber_ldap_group,
public_archive => false,
@@ -311,6 +317,7 @@ class sympa {
subject => $subject,
profile => "",
language => $language,
+ topics => $topics,
subscriber_ldap_group => $subscriber_ldap_group,
public_archive => false,
}
@@ -323,6 +330,7 @@ class sympa {
subject => $subject,
profile => "",
language => $language,
+ topics => $topics,
subscriber_ldap_group => $subscriber_ldap_group,
sender_email => $sender_email,
public_archive => false,