aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/manifests/init.pp
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-16 13:59:51 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-16 13:59:51 +0000
commitc88842cefc481ec4d89938213760302019dbe241 (patch)
treeb2e1287996ac5985ef8d2657897f3188a113f68f /modules/subversion/manifests/init.pp
parent100ca3b35e35bf49fcbe8bde922dd20d6812b2e9 (diff)
downloadpuppet-c88842cefc481ec4d89938213760302019dbe241.tar
puppet-c88842cefc481ec4d89938213760302019dbe241.tar.gz
puppet-c88842cefc481ec4d89938213760302019dbe241.tar.bz2
puppet-c88842cefc481ec4d89938213760302019dbe241.tar.xz
puppet-c88842cefc481ec4d89938213760302019dbe241.zip
update description of syntax_check argument
Diffstat (limited to 'modules/subversion/manifests/init.pp')
-rw-r--r--modules/subversion/manifests/init.pp4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp
index 5b2c0067..7f09b393 100644
--- a/modules/subversion/manifests/init.pp
+++ b/modules/subversion/manifests/init.pp
@@ -132,9 +132,7 @@ class subversion {
# 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 )