aboutsummaryrefslogtreecommitdiffstats
path: root/modules/openldap/manifests
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-05-29 12:51:23 +0000
committerMichael Scherer <misc@mageia.org>2011-05-29 12:51:23 +0000
commit94edc7881e2431febaf340b075fa048c91aa1323 (patch)
treeb96294bf07fe97c75bc398ded150a6114f6eacaf /modules/openldap/manifests
parentc09ef3207851be7743139960d482fd13a74da197 (diff)
downloadpuppet-94edc7881e2431febaf340b075fa048c91aa1323.tar
puppet-94edc7881e2431febaf340b075fa048c91aa1323.tar.gz
puppet-94edc7881e2431febaf340b075fa048c91aa1323.tar.bz2
puppet-94edc7881e2431febaf340b075fa048c91aa1323.tar.xz
puppet-94edc7881e2431febaf340b075fa048c91aa1323.zip
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 )
Diffstat (limited to 'modules/openldap/manifests')
-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,
}