aboutsummaryrefslogtreecommitdiffstats
path: root/modules/postfix/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2012-01-22 23:57:57 +0000
committerMichael Scherer <misc@mageia.org>2012-01-22 23:57:57 +0000
commitcd4451a8645394287172c2ae8cb12b13e8e9af7d (patch)
treeab83bc4889bbdbab5cbadf159ea096c2d6e971ed /modules/postfix/manifests
parent136a8bab98483e2e40bbb992e78fcda6a43c1721 (diff)
downloadpuppet-cd4451a8645394287172c2ae8cb12b13e8e9af7d.tar
puppet-cd4451a8645394287172c2ae8cb12b13e8e9af7d.tar.gz
puppet-cd4451a8645394287172c2ae8cb12b13e8e9af7d.tar.bz2
puppet-cd4451a8645394287172c2ae8cb12b13e8e9af7d.tar.xz
puppet-cd4451a8645394287172c2ae8cb12b13e8e9af7d.zip
use get_ldap_servers() instead of hardcoding the servers
Diffstat (limited to 'modules/postfix/manifests')
-rw-r--r--modules/postfix/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/postfix/manifests/init.pp b/modules/postfix/manifests/init.pp
index 4796f6f2..5722e3e0 100644
--- a/modules/postfix/manifests/init.pp
+++ b/modules/postfix/manifests/init.pp
@@ -48,6 +48,7 @@ class postfix {
'mga-alumni','mga-i18n-committers',
]
$ldap_password = extlookup("postfix_ldap",'x')
+ $ldap_servers = get_ldap_servers()
file {
'/etc/postfix/master.cf': content => template("postfix/primary_master.cf");