diff options
author | Michael Scherer <misc@mageia.org> | 2011-05-27 07:09:25 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-05-27 07:09:25 +0000 |
commit | f507e25db2e5d5a217c825179a7bffc0124c8320 (patch) | |
tree | 87d157024ce08e0d09a0e5b2d4970db575c332b3 /modules/postfix/manifests | |
parent | 00a585ade06b33ce0e02baafdef018e64c8aff01 (diff) | |
download | puppet-f507e25db2e5d5a217c825179a7bffc0124c8320.tar puppet-f507e25db2e5d5a217c825179a7bffc0124c8320.tar.gz puppet-f507e25db2e5d5a217c825179a7bffc0124c8320.tar.bz2 puppet-f507e25db2e5d5a217c825179a7bffc0124c8320.tar.xz puppet-f507e25db2e5d5a217c825179a7bffc0124c8320.zip |
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
Diffstat (limited to 'modules/postfix/manifests')
-rw-r--r-- | modules/postfix/manifests/init.pp | 7 |
1 files changed, 6 insertions, 1 deletions
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, |