aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/lists
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/lists')
-rw-r--r--deployment/lists/manifests/init.pp9
1 files changed, 9 insertions, 0 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp
index 0e2b470d..90c292bf 100644
--- a/deployment/lists/manifests/init.pp
+++ b/deployment/lists/manifests/init.pp
@@ -71,4 +71,13 @@ class lists {
sender_email => "root@$domain",
topics => "developers",
}
+
+ sympa::announce_list_email { "bugs":
+ subject => "List receiving bugs reports from bugzilla ",
+ # FIXME change once we migrate
+ reply_to => "mageia-dev@$domain",
+ sender_email => "bugzilla-daemon@$domain",
+ topics => "developers",
+ }
+
}