diff options
Diffstat (limited to 'modules/postfix/manifests/init.pp')
-rw-r--r-- | modules/postfix/manifests/init.pp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index acf3f2ea..82eb4963 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -62,7 +62,7 @@ class postfix { ensure => installed } - $aliases_group = ['mga-founders','mga-packagers'] + $aliases_group = ['mga-founders','mga-packagers','mga-sysadmin'] $ldap_password = extlookup("postfix_ldap",'x') file { '/etc/postfix/ldap_aliases.conf': ensure => present, |