From e47e3fec213304ed347292b0c9969a542f66c45f Mon Sep 17 00:00:00 2001 From: Ossi Salmi Date: Sat, 9 Feb 2013 02:01:19 +0200 Subject: [PATCH] Fixed slaptest exec path for OpenBSD --- 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 ac90b62..902caa8 100644 --- a/ldap/manifests/init.pp +++ b/ldap/manifests/init.pp @@ -487,7 +487,7 @@ class ldap::server { exec { "slaptest": command => "slaptest", - path => "/bin:/usr/bin:/sbin:/usr/sbin", + path => "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin", refreshonly => true, require => File["${config}/slapd.conf.d"], notify => Service["slapd"],