aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-03-08 15:34:36 +0000
committerMichael Scherer <misc@mageia.org>2011-03-08 15:34:36 +0000
commit606cad3f14acd819877a608fe5d640deeff3a7b6 (patch)
tree0e1cd065ab8e5b8aca385d974960065ff0fb920e /modules/postfix/manifests
parent3dc06dfd8b69423d67df09283ec61e762b6099c9 (diff)
downloadpuppet-606cad3f14acd819877a608fe5d640deeff3a7b6.tar
puppet-606cad3f14acd819877a608fe5d640deeff3a7b6.tar.gz
puppet-606cad3f14acd819877a608fe5d640deeff3a7b6.tar.bz2
puppet-606cad3f14acd819877a608fe5d640deeff3a7b6.tar.xz
puppet-606cad3f14acd819877a608fe5d640deeff3a7b6.zip
make sure that the proper ldap support is installed
Diffstat (limited to 'modules/postfix/manifests')
-rw-r--r--modules/postfix/manifests/init.pp3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp
index c184f298..70dfe119 100644
--- a/modules/postfix/manifests/init.pp
+++ b/modules/postfix/manifests/init.pp
@@ -58,6 +58,9 @@ class postfix {
content => template("postfix/primary_master.cf"),
}
+ package { "postfix-ldap":
+ ensure => installed
+ }
$aliases_group = ['mga-founders']
$ldap_password = extlookup("postfix_ldap",'x')