diff options
author | Nicolas Vigier <boklm@mageia.org> | 2012-07-30 13:31:58 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2012-07-30 13:31:58 +0000 |
commit | 12040d60b1bba7b80e8b18430d147da52cee2ba4 (patch) | |
tree | fcc93de7633dbb486dff65c2a53f51c588e15830 /deployment | |
parent | 8adcf503f9bc9e9b08ca9905494001c606abeda8 (diff) | |
download | puppet-12040d60b1bba7b80e8b18430d147da52cee2ba4.tar puppet-12040d60b1bba7b80e8b18430d147da52cee2ba4.tar.gz puppet-12040d60b1bba7b80e8b18430d147da52cee2ba4.tar.bz2 puppet-12040d60b1bba7b80e8b18430d147da52cee2ba4.tar.xz puppet-12040d60b1bba7b80e8b18430d147da52cee2ba4.zip |
add forums-bugs mailing list
Diffstat (limited to 'deployment')
-rw-r--r-- | deployment/lists/manifests/init.pp | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 4a96ace1..511caa9a 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -93,6 +93,13 @@ class lists { topics => 'forums', } + sympa::announce_list_email {'forums-bugs': + subject => 'Forums bug reports from bugzilla', + reply_to => "forums-discuss@ml.$::domain", + sender_email => "bugzilla-daemon@$::domain", + topics => 'forums', + } + sympa::public_list {'doc-discuss': subject => 'Discussions about Mageia documentation', topics => 'doc', |