diff options
Diffstat (limited to 'zarb-ml/mageia-sysadm/2010-November/000638.html')
-rw-r--r-- | zarb-ml/mageia-sysadm/2010-November/000638.html | 112 |
1 files changed, 112 insertions, 0 deletions
diff --git a/zarb-ml/mageia-sysadm/2010-November/000638.html b/zarb-ml/mageia-sysadm/2010-November/000638.html new file mode 100644 index 000000000..a36b87db2 --- /dev/null +++ b/zarb-ml/mageia-sysadm/2010-November/000638.html @@ -0,0 +1,112 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-sysadm] [298] - add some documentation + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B298%5D%20-%20add%20some%20documentation&In-Reply-To=%3C20101119002414.CD7483FBCB%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="000637.html"> + <LINK REL="Next" HREF="000639.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-sysadm] [298] - add some documentation</H1> + <B>root at mageia.org</B> + <A HREF="mailto:mageia-sysadm%40mageia.org?Subject=Re%3A%20%5BMageia-sysadm%5D%20%5B298%5D%20-%20add%20some%20documentation&In-Reply-To=%3C20101119002414.CD7483FBCB%40valstar.mageia.org%3E" + TITLE="[Mageia-sysadm] [298] - add some documentation">root at mageia.org + </A><BR> + <I>Fri Nov 19 01:24:14 CET 2010</I> + <P><UL> + <LI>Previous message: <A HREF="000637.html">[Mageia-sysadm] [297] - do not use TLS, will not work +</A></li> + <LI>Next message: <A HREF="000639.html">[Mageia-sysadm] [299] add directory that will hold the various hooks scripts +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#638">[ date ]</a> + <a href="thread.html#638">[ thread ]</a> + <a href="subject.html#638">[ subject ]</a> + <a href="author.html#638">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>Revision: 298 +Author: misc +Date: 2010-11-19 01:24:14 +0100 (Fri, 19 Nov 2010) +Log Message: +----------- +- add some documentation + +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:04:05 UTC (rev 297) ++++ puppet/modules/subversion/manifests/init.pp 2010-11-19 00:24:14 UTC (rev 298) +@@ -18,8 +18,20 @@ + # TODO create proper hook directory ( see zarb.org ) + # create documentation + # - group who can commit ++ # - array for who get mail on what ( hash ) ++ # - array of where the directory is updated + +-# define repository ($group => "svn") { ++ # later, deploy a backup file ( ie, cron job to do a dump in some directory ) ++ # TODO ++ # what about pre commit ? ++ # - name of a template file ? ++ # - prepare a template for file checking ? ++ # - openldap ++ # - named ++ # - puppet ++ # - perl/ php syntax ++ ++ define repository ($group = "svn" ) { + # # $name ==> lieu du checkout + # exec { "svnadmin create $name": + # path => "/usr/bin:/usr/sbin:/bin", +@@ -30,8 +42,8 @@ + # mode => 660 + # recurse => true + # } +-# # file pour les hooks +-# } ++# un hook par defaut qui fait un for i en pre, un hook par defaut qui fait un post ++ } + + + class client { +-------------- next part -------------- +An HTML attachment was scrubbed... +URL: </pipermail/mageia-sysadm/attachments/20101119/81093634/attachment.html> +</PRE> + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="000637.html">[Mageia-sysadm] [297] - do not use TLS, will not work +</A></li> + <LI>Next message: <A HREF="000639.html">[Mageia-sysadm] [299] add directory that will hold the various hooks scripts +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#638">[ date ]</a> + <a href="thread.html#638">[ thread ]</a> + <a href="subject.html#638">[ subject ]</a> + <a href="author.html#638">[ 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> |