aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/lists/manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp
index 7e785c26..8f790c3d 100644
--- a/deployment/lists/manifests/init.pp
+++ b/deployment/lists/manifests/init.pp
@@ -91,6 +91,14 @@ class lists {
topics => "sysadmin",
}
+ sympa::announce_list_email { "sysadmin-bugs":
+ subject => "List receiving sysadmin bugs reports from bugzilla",
+ # FIXME change once we migrate
+ reply_to => "mageia-sysadm@$domain",
+ sender_email => "bugzilla-daemon@$domain",
+ topics => "sysadmin",
+ }
+
sympa::announce_list_email { "soft-commits":
subject => "List receiving automated reports from soft/ repositories",
# FIXME change once we migrate