From 606cad3f14acd819877a608fe5d640deeff3a7b6 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 8 Mar 2011 15:34:36 +0000 Subject: make sure that the proper ldap support is installed --- modules/postfix/manifests/init.pp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/postfix/manifests') 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') -- cgit v1.2.1