From 94edc7881e2431febaf340b075fa048c91aa1323 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Sun, 29 May 2011 12:51:23 +0000 Subject: add explicit inheritance with common, as it seems to not work as I believe for this case ( do not have time to figure more toroughly ) --- modules/openldap/manifests/init.pp | 2 ++ 1 file changed, 2 insertions(+) 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, } -- cgit v1.2.1