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.pp8
1 files changed, 8 insertions, 0 deletions
diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp
index b88efbbe..3ca7225f 100644
--- a/deployment/mgagit/manifests/init.pp
+++ b/deployment/mgagit/manifests/init.pp
@@ -45,6 +45,14 @@ class mgagit(
content => template('mgagit/format-commit-email.sh'),
}
+ mga_common::local_script { 'git_multimail.py':
+ content => template('mgagit/git_multimail.py'),
+ }
+
+ mga_common::local_script { 'mgagit-post-receive-hook':
+ content => template('mgagit/git-post-receive-hook'),
+ }
+
file { $gitolite_tmpldir:
ensure => directory,
owner => root,