diff options
author | Michael Scherer <misc@mageia.org> | 2010-11-19 00:24:18 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2010-11-19 00:24:18 +0000 |
commit | 4cf5ae9c04af0b251b8a974996a361812ca80bf4 (patch) | |
tree | caafb3c1ebf810dd6fa531b8b75d7cd95b9521a4 | |
parent | 86c852973bc6f65d0e37dac483a3852d98b15eff (diff) | |
download | puppet-4cf5ae9c04af0b251b8a974996a361812ca80bf4.tar puppet-4cf5ae9c04af0b251b8a974996a361812ca80bf4.tar.gz puppet-4cf5ae9c04af0b251b8a974996a361812ca80bf4.tar.bz2 puppet-4cf5ae9c04af0b251b8a974996a361812ca80bf4.tar.xz puppet-4cf5ae9c04af0b251b8a974996a361812ca80bf4.zip |
add the interface for the define
-rw-r--r-- | modules/subversion/manifests/init.pp | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp index edeb254e..9e034e23 100644 --- a/modules/subversion/manifests/init.pp +++ b/modules/subversion/manifests/init.pp @@ -40,7 +40,10 @@ class subversion { define repository ($group = "svn", - $public = true) { + $public = true, + $commit_mail = [], + $syntax_check = [], + $extract_dir = []) { # faire un script qui mets les permissions comme il faut # http://svnbook.red-bean.com/nightly/fr/svn.serverconfig.multimethod.html # $name ==> lieu du checkout |