Revision
811
Author
boklm
Date
2011-01-16 14:59:51 +0100 (Sun, 16 Jan 2011)

Log Message

update description of syntax_check argument

Modified Paths

Modified: puppet/modules/subversion/manifests/init.pp
===================================================================
--- puppet/modules/subversion/manifests/init.pp	2011-01-16 13:15:35 UTC (rev 810)
+++ puppet/modules/subversion/manifests/init.pp	2011-01-16 13:59:51 UTC (rev 811)
@@ -132,9 +132,7 @@
     #    cia_module : name of the module to send to cia.vc
     #    cia_ignore_author : a regexp to ignore commits from some authors
     #    no_binary : do not accept files with common binary extentions on this repository
-    #    syntax_check1 : pre-commit script with syntax check to add
-    #    syntax_check2 : pre-commit script with syntax check to add
-    #    syntax_check3 : pre-commit script with syntax check to add
+    #    syntax_check : array of pre-commit script with syntax check to add
     #    extract_dir : hash of directory to update upon commit ( with svn update ), 
     #            initial checkout is not handled, nor the permission
     #            TODO, handle the tags ( see svn::notify::mirror )