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/001704.html | 100 +++++++++++++++++++++++++ 1 file changed, 100 insertions(+) create mode 100644 zarb-ml/mageia-sysadm/2011-January/001704.html (limited to 'zarb-ml/mageia-sysadm/2011-January/001704.html') diff --git a/zarb-ml/mageia-sysadm/2011-January/001704.html b/zarb-ml/mageia-sysadm/2011-January/001704.html new file mode 100644 index 000000000..babf0ac64 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2011-January/001704.html @@ -0,0 +1,100 @@ + + + + [Mageia-sysadm] [713] add directory in name to avoid duplicate definitions + + + + + + + + + +

[Mageia-sysadm] [713] add directory in name to avoid duplicate definitions

+ root at mageia.org + root at mageia.org +
+ Fri Jan 7 20:44:26 CET 2011 +

+
+ +
Revision: 713
+Author:   boklm
+Date:     2011-01-07 20:44:26 +0100 (Fri, 07 Jan 2011)
+Log Message:
+-----------
+add directory in name to avoid duplicate definitions
+
+Modified Paths:
+--------------
+    puppet/modules/subversion/manifests/init.pp
+
+Modified: puppet/modules/subversion/manifests/init.pp
+===================================================================
+--- puppet/modules/subversion/manifests/init.pp	2011-01-07 19:40:29 UTC (rev 712)
++++ puppet/modules/subversion/manifests/init.pp	2011-01-07 19:44:26 UTC (rev 713)
+@@ -99,7 +99,7 @@
+    
+     # FIXME ugly
+     define pre_commit_link($directory) {
+-	file { "pre_commit_link-${name}":
++	file { "pre_commit_link-$directory/${name}":
+ 	    path => "$directory/$name",
+ 	    ensure => "/usr/local/share/subversion/pre-commit.d/$name",
+ 	    owner => root,
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: </pipermail/mageia-sysadm/attachments/20110107/251285db/attachment.html>
+
+ + + + + + + + + + + + + + + + + + + + +
+

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