[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