Remove CA certificate database creation code for now.
This commit is contained in:
parent
6ab334fa62
commit
11d7479ca8
1 changed files with 0 additions and 16 deletions
|
@ -436,22 +436,6 @@ class ldap::server {
|
|||
notify => Exec["slaptest"],
|
||||
}
|
||||
|
||||
file { "/etc/openldap/cacerts":
|
||||
ensure => directory,
|
||||
mode => "0755",
|
||||
owner => "root",
|
||||
group => "root",
|
||||
require => Package["openldap-server"],
|
||||
}
|
||||
exec { "populate-etc-openldap-cacerts":
|
||||
path => "/bin:/usr/bin:/sbin:/usr/sbin",
|
||||
command => "csplit /etc/openldap/ca-certificates.crt '/BEGIN/' '{*}' ; sh -c 'for i in x* ; do name=`openssl x509 -hash -noout -in \$i`.0 ; openssl x509 -hash -in \$i -out \$name ; done' && rm -f x* .0",
|
||||
cwd => "/etc/openldap/cacerts",
|
||||
onlyif => "find /etc/openldap/cacerts ! -newer /etc/openldap/ca-certificates.crt | egrep '.*' || [ -z \"`ls /etc/openldap/cacerts`\" ]",
|
||||
require => File["/etc/openldap/cacerts"],
|
||||
before => Exec["slaptest"],
|
||||
}
|
||||
|
||||
file { "slapd.conf":
|
||||
ensure => present,
|
||||
path => "${config}/slapd.conf",
|
||||
|
|
Loading…
Add table
Reference in a new issue