diff options
author | Nicolas Vigier <boklm@mageia.org> | 2011-01-08 14:40:17 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2011-01-08 14:40:17 +0000 |
commit | be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c (patch) | |
tree | 1a44e63d1540634d1afc536fcef53a86f625c3a1 /modules/subversion | |
parent | 9fae0b6de0b5a21bc9985e6a4d85ae22bfe1f0d4 (diff) | |
download | puppet-be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c.tar puppet-be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c.tar.gz puppet-be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c.tar.bz2 puppet-be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c.tar.xz puppet-be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c.zip |
add documentation
Diffstat (limited to 'modules/subversion')
-rw-r--r-- | modules/subversion/manifests/init.pp | 4 |
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 |