aboutsummaryrefslogtreecommitdiffstats
path: root/modules/subversion/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'modules/subversion/manifests/init.pp')
-rw-r--r--modules/subversion/manifests/init.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/modules/subversion/manifests/init.pp b/modules/subversion/manifests/init.pp
index 1486fbca..d78a93d1 100644
--- a/modules/subversion/manifests/init.pp
+++ b/modules/subversion/manifests/init.pp
@@ -74,6 +74,14 @@ class subversion {
content => template('subversion/no_empty_message')
}
+ file { "$local_dir/pre-commit.d/single_word_commit":
+ ensure => present,
+ owner => root,
+ group => root,
+ mode => 755,
+ content => template('subversion/single_word_commit')
+ }
+
file { "$local_dir/pre-revprop-change":
ensure => present,
owner => root,