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 e4d93a25..0e2b470d 100644
--- a/deployment/lists/manifests/init.pp
+++ b/deployment/lists/manifests/init.pp
@@ -63,4 +63,12 @@ class lists {
sender_email => "root@$domain",
topics => "sysadmin",
}
+
+ sympa::announce_list_email { "soft-commits":
+ subject => "List receiving automated reports from soft/ repositories",
+ # FIXME change once we migrate
+ reply_to => "mageia-dev@$domain",
+ sender_email => "root@$domain",
+ topics => "developers",
+ }
}