Fixed slaptest exec path for OpenBSD
This commit is contained in:
parent
e31b70b749
commit
e47e3fec21
1 changed files with 1 additions and 1 deletions
|
@ -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"],
|
||||
|
|
Loading…
Add table
Reference in a new issue