Revision
688
Author
misc
Date
2011-01-07 02:20:38 +0100 (Fri, 07 Jan 2011)

Log Message

create two list to handle sysadmin list automated commit

Modified Paths

Modified: puppet/manifests/lists.pp
===================================================================
--- puppet/manifests/lists.pp	2011-01-07 01:20:03 UTC (rev 687)
+++ puppet/manifests/lists.pp	2011-01-07 01:20:38 UTC (rev 688)
@@ -47,3 +47,19 @@
 }
 
 
+sympa::announce_list_email {"sysadmin-commits":
+    subject => "List receiving commits mail from sysadmin team repository",
+    # FIXME change once we migrate
+    reply_to => "mageia-sysadm@$domain",
+    sender_email => "root@$domain",
+    topics => "sysadmin",
+}
+
+sympa::announce_list_email {"sysadmin-reports":
+    subject => "List receiving automated reports from various pieces of infrastructure",
+    # FIXME change once we migrate
+    reply_to => "mageia-sysadm@$domain",
+    sender_email => "root@$domain",
+    topics => "sysadmin",
+}
+