aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-01-06 01:33:41 +0000
committerMichael Scherer <misc@mageia.org>2011-01-06 01:33:41 +0000
commitb309e0a88744cd22589f8b29b7dc76036c0067a5 (patch)
treee437d61fb81eb3e3be6529f3dc2ac9c4187b40b8
parented5823e8c11f4cb7be4c9c3fda27014922c0efb5 (diff)
downloadpuppet-b309e0a88744cd22589f8b29b7dc76036c0067a5.tar
puppet-b309e0a88744cd22589f8b29b7dc76036c0067a5.tar.gz
puppet-b309e0a88744cd22589f8b29b7dc76036c0067a5.tar.bz2
puppet-b309e0a88744cd22589f8b29b7dc76036c0067a5.tar.xz
puppet-b309e0a88744cd22589f8b29b7dc76036c0067a5.zip
- rename base class, more consistent
-rw-r--r--modules/openldap/manifests/init.pp4
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"),
}