Modified: puppet/modules/subversion/manifests/init.pp
===================================================================
--- puppet/modules/subversion/manifests/init.pp 2011-01-07 19:30:15 UTC (rev 710)
+++ puppet/modules/subversion/manifests/init.pp 2011-01-07 19:34:16 UTC (rev 711)
@@ -125,6 +125,7 @@
$commit_mail = '',
$cia_post = true,
$cia_module = 'default',
+ $no_binary = false,
$syntax_check = '',
$extract_dir = '') {
# check permissions
@@ -190,6 +191,12 @@
}
+ if $no_binary {
+ pre_commit_link { 'no_binary':
+ directory => "$name/hooks/pre-commit.d/"
+ }
+ }
+
if $extract_dir {
file { "$name/hooks/post-commit.d/extract_dir":
ensure => present,