From 3dc06dfd8b69423d67df09283ec61e762b6099c9 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 8 Mar 2011 14:50:45 +0000 Subject: allow to have more than one ldap group with aliases --- modules/postfix/manifests/init.pp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'modules/postfix/manifests') diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp index c09cbc2b..c184f298 100644 --- a/modules/postfix/manifests/init.pp +++ b/modules/postfix/manifests/init.pp @@ -58,7 +58,8 @@ class postfix { content => template("postfix/primary_master.cf"), } - + + $aliases_group = ['mga-founders'] $ldap_password = extlookup("postfix_ldap",'x') file { '/etc/postfix/ldap_aliases.conf': ensure => present, -- cgit v1.2.1