From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-sysadm/2011-January/001558.html | 97 ++++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001558.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001558.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001558.html b/zarb-ml/mageia-sysadm/2011-January/001558.html new file mode 100644 index 000000000..a956bb51c --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001558.html @@ -0,0 +1,97 @@ + + + + [Mageia-sysadm] [669] - rename base class, more consistent + + + + + + + + + +

[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
+ -- cgit v1.2.1