diff options
-rw-r--r-- | modules/postfix/manifests/init.pp | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index 82eb4963..963efd2e 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -61,8 +61,9 @@ class postfix { package { "postfix-ldap": ensure => installed } - - $aliases_group = ['mga-founders','mga-packagers','mga-sysadmin'] + # 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'] $ldap_password = extlookup("postfix_ldap",'x') file { '/etc/postfix/ldap_aliases.conf': ensure => present, |