Fixed depency error from ldap::server database.conf file.
This commit is contained in:
parent
c32dc15ea1
commit
ddf17b4ec6
1 changed files with 1 additions and 0 deletions
|
@ -501,6 +501,7 @@ class ldap::server {
|
|||
owner => "root",
|
||||
group => $group,
|
||||
require => Exec["generate-slapd-database-config"],
|
||||
notify => Service["slapd"],
|
||||
}
|
||||
exec { "generate-slapd-database-config":
|
||||
command => "find ${config}/slapd.conf.d/db.*.conf -exec echo 'include {}' \; > ${config}/slapd.conf.d/database.conf",
|
||||
|
|
Loading…
Add table
Reference in a new issue