aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-08 14:50:45 +0000
committerMichael Scherer <misc@mageia.org>2011-03-08 14:50:45 +0000
commit3dc06dfd8b69423d67df09283ec61e762b6099c9 (patch)
treec99524c68c1fc53e6a82d36707bcb7b43f569ed2 /modules/postfix/manifests
parentff81c47444e3819c2b97b43891ac11cb14b14d1b (diff)
downloadpuppet-3dc06dfd8b69423d67df09283ec61e762b6099c9.tar
puppet-3dc06dfd8b69423d67df09283ec61e762b6099c9.tar.gz
puppet-3dc06dfd8b69423d67df09283ec61e762b6099c9.tar.bz2
puppet-3dc06dfd8b69423d67df09283ec61e762b6099c9.tar.xz
puppet-3dc06dfd8b69423d67df09283ec61e762b6099c9.zip
allow to have more than one ldap group with aliases
Diffstat (limited to 'modules/postfix/manifests')
-rw-r--r--modules/postfix/manifests/init.pp3
1 files changed, 2 insertions, 1 deletions
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,