Force use of slapd.conf instead of config directory when running slaptest.
This commit is contained in:
parent
c2e179b6ec
commit
d18a95d843
1 changed files with 1 additions and 1 deletions
|
@ -486,7 +486,7 @@ class ldap::server {
|
||||||
}
|
}
|
||||||
|
|
||||||
exec { "slaptest":
|
exec { "slaptest":
|
||||||
command => "slaptest",
|
command => "slaptest -f ${config}/slapd.conf",
|
||||||
path => "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin",
|
path => "/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin:/usr/local/sbin",
|
||||||
refreshonly => true,
|
refreshonly => true,
|
||||||
require => File["${config}/slapd.conf.d"],
|
require => File["${config}/slapd.conf.d"],
|
||||||
|
|
Loading…
Add table
Reference in a new issue