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/2010-November/000246.html | 104 ++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000246.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000246.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000246.html b/zarb-ml/mageia-sysadm/2010-November/000246.html new file mode 100644 index 000000000..ba1f0a712 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000246.html @@ -0,0 +1,104 @@ + + + + [Mageia-sysadm] [131] valstar is now the svn server + + + + + + + + + +

[Mageia-sysadm] [131] valstar is now the svn server

+ root at mageia.org + root at mageia.org +
+ Fri Nov 5 11:16:47 CET 2010 +

+
+ +
Revision: 131
+Author:   dmorgan
+Date:     2010-11-05 11:16:46 +0100 (Fri, 05 Nov 2010)
+Log Message:
+-----------
+valstar is now the svn server
+
+Modified Paths:
+--------------
+    puppet/manifests/nodes.pp
+    puppet/modules/subversion/manifests/init.pp
+
+Modified: puppet/manifests/nodes.pp
+===================================================================
+--- puppet/manifests/nodes.pp	2010-11-05 10:09:38 UTC (rev 130)
++++ puppet/manifests/nodes.pp	2010-11-05 10:16:46 UTC (rev 131)
+@@ -18,6 +18,7 @@
+     include mirror
+     include openldap::master 
+     include subversion::client
++    include subversion::server
+     
+ 
+     subversion::snapshot { "/etc/puppet":
+
+Modified: puppet/modules/subversion/manifests/init.pp
+===================================================================
+--- puppet/modules/subversion/manifests/init.pp	2010-11-05 10:09:38 UTC (rev 130)
++++ puppet/modules/subversion/manifests/init.pp	2010-11-05 10:16:46 UTC (rev 131)
+@@ -8,6 +8,11 @@
+         package { "subversion-server":
+             ensure => installed,
+         }
++
++        package { "perl-SVN-Notify-Config":
++            ensure => installed,
++        }
++
+     }
+ 
+     # TODO create proper hook directory ( see zarb.org )
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101105/11bf5e3b/attachment.html>
+
+ + + + + + + +
+

+ +
+More information about the Mageia-sysadm +mailing list
+ -- cgit v1.2.1