From 8c2b4d37a20546d84f28172e94718727a3e00814 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Wed, 20 Apr 2011 20:51:09 +0000 Subject: also add sysadmins to the list of those that have a alias --- modules/postfix/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'modules/postfix/manifests') 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, -- cgit v1.2.1