aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/lists
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2012-05-30 13:41:41 +0000
committerNicolas Vigier <boklm@mageia.org>2012-05-30 13:41:41 +0000
commit7d8ad4ae5035ff40c46002272edebefdb23a4fc3 (patch)
treeff940ec218a8f8551ec4edaea2ae1d9040bba665 /deployment/lists
parentceb61c71f4b12315087a5fdb54c68e98f664fb6d (diff)
downloadpuppet-7d8ad4ae5035ff40c46002272edebefdb23a4fc3.tar
puppet-7d8ad4ae5035ff40c46002272edebefdb23a4fc3.tar.gz
puppet-7d8ad4ae5035ff40c46002272edebefdb23a4fc3.tar.bz2
puppet-7d8ad4ae5035ff40c46002272edebefdb23a4fc3.tar.xz
puppet-7d8ad4ae5035ff40c46002272edebefdb23a4fc3.zip
add board-commits ml
Diffstat (limited to 'deployment/lists')
-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 ed2579bd..7b6f53a2 100644
--- a/deployment/lists/manifests/init.pp
+++ b/deployment/lists/manifests/init.pp
@@ -171,6 +171,14 @@ class lists {
topics => 'developers',
}
+ sympa::announce_list_email { 'board-commits':
+ subject => 'Commits on Mageia.Org status and organisation documents',
+ reply_to => "board-public@ml.$::domain",
+ sender_email => "root@$::domain",
+ topics => 'governance',
+ subscriber_ldap_group => 'mga-board',
+ }
+
sympa::public_restricted_list { 'board-public':
subject => 'Public board discussion',
subscriber_ldap_group => 'mga-board',