diff options
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 5309ca55..371a9d03 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -156,6 +156,13 @@ class lists { topics => 'qa', } + sympa::list::announce {'qa-reports': + subject => 'Automated reports from QA tools', + reply_to => "qa-discuss@ml.$::domain", + sender_email => [ "root@$::domain" ], + topics => 'qa', + } + sympa::list::public {'forums-discuss': subject => 'Discuss forums matters, policies and processes, as well as publish summaries of notable events/feedback', topics => 'forums', |