[Mageia-sysadm] [298] - add some documentation
root at mageia.org
root at mageia.org
Fri Nov 19 01:24:14 CET 2010
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>
More information about the Mageia-sysadm
mailing list