aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/manifests/config.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openldap/manifests/config.pp')
-rw-r--r--modules/openldap/manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/openldap/manifests/config.pp b/modules/openldap/manifests/config.pp
index 6f364ffc..ee8a3187 100644
--- a/modules/openldap/manifests/config.pp
+++ b/modules/openldap/manifests/config.pp
@@ -2,6 +2,6 @@ define openldap::config($content) {
file { $name:
require => Package['openldap-servers'],
content => $content,
- notify => Exec['/etc/init.d/ldap check'],
+ notify => Exec["/etc/init.d/${openldap::var::service} check"],
}
}