diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-sysadm/2011-January/001704.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-master.tar archives-master.tar.gz archives-master.tar.bz2 archives-master.tar.xz archives-master.zip |
Diffstat (limited to 'zarb-ml/mageia-sysadm/2011-January/001704.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2011-January/001704.html | 100 |
1 files changed, 100 insertions, 0 deletions
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 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [713] add directory in name to avoid duplicate definitions + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B713%5D%20add%20directory%20in%20name%20to%20avoid%20duplicate%0A%09definitions&In-Reply-To=%3C20110107194426.DCFD441BC9%40valstar.mageia.org%3E"> + <META NAME="robots" CONTENT="index,nofollow"> + <META http-equiv="Content-Type" content="text/html; charset=us-ascii"> + <LINK REL="Previous" HREF="001703.html"> + <LINK REL="Next" HREF="001705.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [713] add directory in name to avoid duplicate definitions</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B713%5D%20add%20directory%20in%20name%20to%20avoid%20duplicate%0A%09definitions&In-Reply-To=%3C20110107194426.DCFD441BC9%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [713] add directory in name to avoid duplicate definitions">root at mageia.org + </A><BR> + <I>Fri Jan 7 20:44:26 CET 2011</I> + <P><UL> + <LI>Previous message: <A HREF="001703.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org +</A></li> + <LI>Next message: <A HREF="001705.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1704">[ date ]</a> + <a href="thread.html#1704">[ thread ]</a> + <a href="subject.html#1704">[ subject ]</a> + <a href="author.html#1704">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>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> +</PRE> + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="001703.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org +</A></li> + <LI>Next message: <A HREF="001705.html">[Mageia-sysadm] Puppet Report for valstar.mageia.org +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#1704">[ date ]</a> + <a href="thread.html#1704">[ thread ]</a> + <a href="subject.html#1704">[ subject ]</a> + <a href="author.html#1704">[ author ]</a> + </LI> + </UL> + +<hr> +<a href="https://www.mageia.org/mailman/listinfo/mageia-sysadm">More information about the Mageia-sysadm +mailing list</a><br> +</body></html> |