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/002219.html | 92 ++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/002219.html (limited to 'zarb-ml/mageia-sysadm/2011-January/002219.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/002219.html b/zarb-ml/mageia-sysadm/2011-January/002219.html new file mode 100644 index 000000000..ec26748a9 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/002219.html @@ -0,0 +1,92 @@ + + + + [Mageia-sysadm] [843] fix syntax + + + + + + + + + +

[Mageia-sysadm] [843] fix syntax

+ root at mageia.org + root at mageia.org +
+ Tue Jan 18 19:23:26 CET 2011 +

+
+ +
Revision: 843
+Author:   boklm
+Date:     2011-01-18 19:23:26 +0100 (Tue, 18 Jan 2011)
+Log Message:
+-----------
+fix syntax
+
+Modified Paths:
+--------------
+    puppet/modules/mirror/manifests/init.pp
+
+Modified: puppet/modules/mirror/manifests/init.pp
+===================================================================
+--- puppet/modules/mirror/manifests/init.pp	2011-01-18 18:22:10 UTC (rev 842)
++++ puppet/modules/mirror/manifests/init.pp	2011-01-18 18:23:26 UTC (rev 843)
+@@ -31,7 +31,7 @@
+ 
+     define mirrordir ($remoteurl, $localdir, $rsync_options="-avH --delete") {
+     	include base
+-	lockfile="$locksdir/$name"
++	$lockfile = "$locksdir/$name"
+ 	file { "$localdir":
+ 	    ensure => directory,
+             owner => mirror,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110118/48d669f5/attachment.html>
+
+ + + + + + + + + + + + +
+

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