From be1c04e4b2f6ad8f927cf48e5d2f21c4a36d207c Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sat, 8 Jan 2011 14:40:17 +0000 Subject: add documentation --- modules/subversion/manifests/init.pp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'modules/subversion/manifests/init.pp') 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 -- cgit v1.2.1