aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--deployment/mgagit/manifests/init.pp2
-rw-r--r--modules/postfix/templates/virtual_aliases3
2 files changed, 4 insertions, 1 deletions
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|