diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-16 13:59:51 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-16 13:59:51 +0000 |
commit | c88842cefc481ec4d89938213760302019dbe241 (patch) | |
tree | b2e1287996ac5985ef8d2657897f3188a113f68f | |
parent | 100ca3b35e35bf49fcbe8bde922dd20d6812b2e9 (diff) | |
download | puppet-c88842cefc481ec4d89938213760302019dbe241.tar puppet-c88842cefc481ec4d89938213760302019dbe241.tar.gz puppet-c88842cefc481ec4d89938213760302019dbe241.tar.bz2 puppet-c88842cefc481ec4d89938213760302019dbe241.tar.xz puppet-c88842cefc481ec4d89938213760302019dbe241.zip |
update description of syntax_check argument
-rw-r--r-- | modules/subversion/manifests/init.pp | 4 |
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 ) |