aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/manifests/init.pp
diff options
context:
space:
mode:
Diffstat (limited to 'deployment/mgagit/manifests/init.pp')
-rw-r--r--deployment/mgagit/manifests/init.pp4
1 files changed, 4 insertions, 0 deletions
diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp
index 7f25478b..94024446 100644
--- a/deployment/mgagit/manifests/init.pp
+++ b/deployment/mgagit/manifests/init.pp
@@ -41,6 +41,10 @@ class mgagit(
require => Package['mgagit'],
}
+ mga_common::local_script { 'mgagit-format-commit-email':
+ content => template('mgagit/format-commit-email.sh'),
+ }
+
file { $gitolite_tmpldir:
ensure => directory,
owner => root,