More depency fixes to ldap::server.
This commit is contained in:
parent
ead5701f8f
commit
033011bcc7
1 changed files with 1 additions and 0 deletions
|
@ -507,6 +507,7 @@ class ldap::server {
|
|||
command => "find ${config}/schema/*.schema -exec echo 'include {}' \\; | sort -n > ${config}/slapd.conf.d/schema.conf",
|
||||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||
refreshonly => true,
|
||||
require => File["${config}/slapd.conf.d"],
|
||||
notify => Service["slapd"],
|
||||
}
|
||||
ldap::server::schema { [ "core", "cosine", "ppolicy", ]:
|
||||
|
|
Loading…
Add table
Reference in a new issue