From f507e25db2e5d5a217c825179a7bffc0124c8320 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Fri, 27 May 2011 07:09:25 +0000 Subject: add ldap group to track former contributers that had a email alias, so they can sort everything without being in others groups or without needing specific access --- modules/postfix/manifests/init.pp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'modules/postfix') diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index 963efd2e..eca19a4f 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -63,7 +63,12 @@ class postfix { } # council is here until we fully decide who has aliases in com team, # see https://bugs.mageia.org/show_bug.cgi?id=1345 - $aliases_group = ['mga-founders','mga-packagers','mga-sysadmin','mga-council'] + # alumini is a special group for tracking previous members of + # the project, so they keep their aliases for a time + $aliases_group = ['mga-founders','mga-packagers', + 'mga-sysadmin','mga-council', + 'mga-alumni', + ] $ldap_password = extlookup("postfix_ldap",'x') file { '/etc/postfix/ldap_aliases.conf': ensure => present, -- cgit v1.2.1