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/000662.html | 97 +++++++++++++++++++++++++ 1 file changed, 97 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2010-November/000662.html (limited to 'zarb-ml/mageia-sysadm/2010-November/000662.html') diff --git a/zarb-ml/mageia-sysadm/2010-November/000662.html b/zarb-ml/mageia-sysadm/2010-November/000662.html new file mode 100644 index 000000000..0843cd9e0 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000662.html @@ -0,0 +1,97 @@ + + + + [Mageia-sysadm] [322] - testing show that perl-SVN-Notify-Mirror is required + + + + + + + + + +

[Mageia-sysadm] [322] - testing show that perl-SVN-Notify-Mirror is required

+ root at mageia.org + root at mageia.org +
+ Fri Nov 19 02:00:00 CET 2010 +

+
+ +
Revision: 322
+Author:   misc
+Date:     2010-11-19 02:00:00 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+- testing show that perl-SVN-Notify-Mirror is required
+
+Modified Paths:
+--------------
+    puppet/modules/subversion/manifests/init.pp
+
+Modified: puppet/modules/subversion/manifests/init.pp
+===================================================================
+--- puppet/modules/subversion/manifests/init.pp	2010-11-19 00:59:58 UTC (rev 321)
++++ puppet/modules/subversion/manifests/init.pp	2010-11-19 01:00:00 UTC (rev 322)
+@@ -9,7 +9,7 @@
+             ensure => installed,
+         }
+ 
+-        package { "perl-SVN-Notify-Config":
++        package { ["perl-SVN-Notify-Config", "perl-SVN-Notify-Mirror"]:
+             ensure => installed,
+         }
+        
+@@ -158,7 +158,7 @@
+                 group => root,
+                 mode => 755,
+                 content => template("subversion/hook_extract.pl"),
+-	    	require => Exec["svnadmin create $name"],
++	    	require => [Package['perl-SVN-Notify-Mirror']],
+             }
+         }
+ 
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20101119/7965a945/attachment-0001.html>
+
+ + + + + + + + +
+

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