aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
Diffstat (limited to 'modules')
-rw-r--r--modules/openldap/manifests/init.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/openldap/manifests/init.pp b/modules/openldap/manifests/init.pp
index 7af4d749..8952c7d7 100644
--- a/modules/openldap/manifests/init.pp
+++ b/modules/openldap/manifests/init.pp
@@ -7,6 +7,7 @@ class openldap {
service { ldap:
ensure => running,
subscribe => [ Package['openldap-servers']],
+ requires => [ Openssl::Self_signed_cert['ldap.$domain']],
path => "/etc/init.d/ldap"
}