[Mageia-sysadm] [669] - rename base class, more consistent
root at mageia.org
root at mageia.org
Thu Jan 6 02:33:42 CET 2011
Revision: 669
Author: misc
Date: 2011-01-06 02:33:41 +0100 (Thu, 06 Jan 2011)
Log Message:
-----------
- rename base class, more consistent
Modified Paths:
--------------
puppet/modules/openldap/manifests/init.pp
Modified: puppet/modules/openldap/manifests/init.pp
===================================================================
--- puppet/modules/openldap/manifests/init.pp 2011-01-06 00:06:30 UTC (rev 668)
+++ puppet/modules/openldap/manifests/init.pp 2011-01-06 01:33:41 UTC (rev 669)
@@ -1,5 +1,5 @@
class openldap {
- class base {
+ class common {
package { 'openldap-servers':
ensure => installed
}
@@ -55,7 +55,7 @@
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"),
}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-sysadm/attachments/20110106/7be4060a/attachment.html>
More information about the Mageia-sysadm
mailing list