diff options
Diffstat (limited to 'deployment/lists/manifests')
-rw-r--r-- | deployment/lists/manifests/init.pp | 8 |
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', |