aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap
diff options
context:
space:
mode:
Diffstat (limited to 'modules/openldap')
-rw-r--r--modules/openldap/manifests/init.pp2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/openldap/manifests/init.pp b/modules/openldap/manifests/init.pp
index d2e6308b..7af4d749 100644
--- a/modules/openldap/manifests/init.pp
+++ b/modules/openldap/manifests/init.pp
@@ -81,6 +81,8 @@ class openldap {
# TODO create the user for sync in ldap
# syntaxic sugar
define slave_instance($rid) {
+ # seems the inheritance do not work as I believe
+ include openldap::common
class { 'openldap::slave':
rid => $rid,
}