summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-sysadm/2010-November/000655.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000655.html')
-rw-r--r--zarb-ml/mageia-sysadm/2010-November/000655.html95
1 files changed, 95 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000655.html b/zarb-ml/mageia-sysadm/2010-November/000655.html
new file mode 100644
index 000000000..200e8444a
--- /dev/null
+++ b/zarb-ml/mageia-sysadm/2010-November/000655.html
@@ -0,0 +1,95 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-sysadm] [315] - fix the condition of the svn creation
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B315%5D%20-%20fix%20the%20condition%20of%20the%20svn%20creation&In-Reply-To=%3C20101119005501.6396F3FBCB%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="000654.html">
+ <LINK REL="Next" HREF="000656.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-sysadm] [315] - fix the condition of the svn creation</H1>
+ <B>root at mageia.org</B>
+ <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B315%5D%20-%20fix%20the%20condition%20of%20the%20svn%20creation&In-Reply-To=%3C20101119005501.6396F3FBCB%40valstar.mageia.org%3E"
+ TITLE="[Mageia-sysadm] [315] - fix the condition of the svn creation">root at mageia.org
+ </A><BR>
+ <I>Fri Nov 19 01:55:01 CET 2010</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000654.html">[Mageia-sysadm] [314] - svnadmin is not in subversion-server rpm
+</A></li>
+ <LI>Next message: <A HREF="000656.html">[Mageia-sysadm] [316] fix some cosmetics issue
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#655">[ date ]</a>
+ <a href="thread.html#655">[ thread ]</a>
+ <a href="subject.html#655">[ subject ]</a>
+ <a href="author.html#655">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Revision: 315
+Author: misc
+Date: 2010-11-19 01:55:01 +0100 (Fri, 19 Nov 2010)
+Log Message:
+-----------
+- fix the condition of the svn creation
+
+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:54:59 UTC (rev 314)
++++ puppet/modules/subversion/manifests/init.pp 2010-11-19 00:55:01 UTC (rev 315)
+@@ -76,12 +76,13 @@
+ # check permissions
+ # <A HREF="http://svnbook.red-bean.com/nightly/fr/svn.serverconfig.multimethod.html">http://svnbook.red-bean.com/nightly/fr/svn.serverconfig.multimethod.html</A>
+ # $name ==&gt; directory of the repo
+-
++ include subversion::server
+ # TODO set umask -&gt; requires puppet 2.7.0
+ exec { &quot;svnadmin create $name&quot;:
+ user =&gt; root,
+ group =&gt; $group,
+- creates =&gt; $name
++ creates =&gt; &quot;$name/hooks&quot;,
++ require =&gt; Package['subversion-tools'],
+ }
+ # # TODO complete documentation
+ #
+-------------- next part --------------
+An HTML attachment was scrubbed...
+URL: &lt;/pipermail/mageia-sysadm/attachments/20101119/edacdc62/attachment.html&gt;
+</PRE>
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="000654.html">[Mageia-sysadm] [314] - svnadmin is not in subversion-server rpm
+</A></li>
+ <LI>Next message: <A HREF="000656.html">[Mageia-sysadm] [316] fix some cosmetics issue
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#655">[ date ]</a>
+ <a href="thread.html#655">[ thread ]</a>
+ <a href="subject.html#655">[ subject ]</a>
+ <a href="author.html#655">[ 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>