diff options
author | Michael Scherer <misc@mageia.org> | 2011-04-20 20:51:09 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-04-20 20:51:09 +0000 |
commit | 8c2b4d37a20546d84f28172e94718727a3e00814 (patch) | |
tree | 1afa0cd1c98a1974c4015e423e7b9312944ea397 | |
parent | 88fbbb6cc1f7cc168df9c64d7601dc325a26e71e (diff) | |
download | puppet-8c2b4d37a20546d84f28172e94718727a3e00814.tar puppet-8c2b4d37a20546d84f28172e94718727a3e00814.tar.gz puppet-8c2b4d37a20546d84f28172e94718727a3e00814.tar.bz2 puppet-8c2b4d37a20546d84f28172e94718727a3e00814.tar.xz puppet-8c2b4d37a20546d84f28172e94718727a3e00814.zip |
also add sysadmins to the list of those that have a alias
-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, |