aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--modules/openldap/manifests/init.pp5
1 files changed, 3 insertions, 2 deletions
diff --git a/modules/openldap/manifests/init.pp b/modules/openldap/manifests/init.pp
index f8acb85f..d2e6308b 100644
--- a/modules/openldap/manifests/init.pp
+++ b/modules/openldap/manifests/init.pp
@@ -81,13 +81,14 @@ class openldap {
# TODO create the user for sync in ldap
# syntaxic sugar
define slave_instance($rid) {
- class { openldap::slave:
+ class { 'openldap::slave':
rid => $rid,
}
}
class slave($rid) inherits common {
- $sync_password = extlookup("ldap_syncuser-$hostname",'x');
+
+ $sync_password = extlookup("ldap_syncuser-$hostname",'x')
# same access rights as master
file { '/etc/openldap/mandriva-dit-access.conf':