From d18a95d843a2de7a021d1257ae112af93bf7a6a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timo=20M=E4kinen?= Date: Wed, 20 Mar 2013 09:00:29 +0200 Subject: [PATCH] Force use of slapd.conf instead of config directory when running slaptest. --- ldap/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ldap/manifests/init.pp b/ldap/manifests/init.pp index 902caa8..fa6d768 100644 --- a/ldap/manifests/init.pp +++ b/ldap/manifests/init.pp @@ -486,7 +486,7 @@ class ldap::server { } exec { "slaptest": - command => "slaptest", + command => "slaptest -f ${config}/slapd.conf", path => "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin", refreshonly => true, require => File["${config}/slapd.conf.d"],