aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2011-01-08 14:40:17 +0000
committerNicolas Vigier <boklm@mageia.org>2011-01-08 14:40:17 +0000
commitbe1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c (patch)
tree1a44e63d1540634d1afc536fcef53a86f625c3a1
parent9fae0b6de0b5a21bc9985e6a4d85ae22bfe1f0d4 (diff)
downloadpuppet-be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c.tar
puppet-be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c.tar.gz
puppet-be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c.tar.bz2
puppet-be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c.tar.xz
puppet-be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c.zip
add documentation
-rw-r--r--modules/subversion/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp
index 228ac395..c9ff1e7d 100644
--- a/modules/subversion/manifests/init.pp
+++ b/modules/subversion/manifests/init.pp
@@ -114,6 +114,10 @@ class subversion {
# group : group that have commit access on the svn
# public : boolean if the svn is readable by anybody or not
# commit_mail : array of people who will receive mail after each commit
+ # cia_post : send commits to cia.vc
+ # 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