This commit is contained in:
Ossi Herrala 2013-03-27 07:46:01 +00:00
commit a6151e95a1
15 changed files with 552 additions and 29 deletions

View file

@ -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"],