aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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')