From 37668c01c8c11d644c82a0ec8be607bec2f8d3fe Mon Sep 17 00:00:00 2001 From: Colin Guthrie Date: Wed, 11 Jun 2014 22:28:06 +0000 Subject: postfix/mgagit: Fix org git repos mailing list. --- deployment/mgagit/manifests/init.pp | 2 +- modules/postfix/templates/virtual_aliases | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp index a0158d62..9b19c6b5 100644 --- a/deployment/mgagit/manifests/init.pp +++ b/deployment/mgagit/manifests/init.pp @@ -103,7 +103,7 @@ class mgagit( mgagit::tmpl { 'org': tmpldir => $gitolite_tmpldir, group => 'board', - ml => 'board-public', + ml => 'board', } mgagit::tmpl { 'qa': diff --git a/modules/postfix/templates/virtual_aliases b/modules/postfix/templates/virtual_aliases index 06b278e7..056de4d9 100644 --- a/modules/postfix/templates/virtual_aliases +++ b/modules/postfix/templates/virtual_aliases @@ -20,6 +20,9 @@ mageia-sysadm@<%= domain %> sysadmin-discuss@ml.<%= domain %> mageia-i18n@<%= domain %> i18n-discuss@ml.<%= domain %> mageia-bugsquad@<%= domain %> bugsquad-discuss@ml.<%= domain %> +# Temporary(?) alias until there is a real board-commits@ list +board-commits@ml.<%= domain %> board-public@ml.<%= domain %> + # TODO see http://www.ietf.org/rfc/rfc2142.txt <% ['postmaster','hostmaster','abuse','noc','listmaster','MAILER-DAEMON'].each { |a| -- cgit v1.2.1