diff options
Diffstat (limited to 'modules/openldap/manifests')
-rw-r--r-- | modules/openldap/manifests/init.pp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/openldap/manifests/init.pp b/modules/openldap/manifests/init.pp index 96ef04ee..6c8ea8ab 100644 --- a/modules/openldap/manifests/init.pp +++ b/modules/openldap/manifests/init.pp @@ -1,5 +1,5 @@ class openldap { - class base { + class common { package { 'openldap-servers': ensure => installed } @@ -55,7 +55,7 @@ class openldap { notify => [Service['ldap']] } - class master inherits base { + class master inherits common { file { '/etc/openldap/mandriva-dit-access.conf': content => template("openldap/mandriva-dit-access.conf"), } |