aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit/manifests
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2013-08-22 10:19:59 +0000
committerColin Guthrie <colin@mageia.org>2013-08-22 10:19:59 +0000
commit5fb8bd6d643c7bd7e4889ccba6e312238f7d520a (patch)
treed8c4913d12ac618c795495274e8ce5ec24651dac /deployment/mgagit/manifests
parentdd5f4738d6c105ce70e4908858ef3f1efcbead82 (diff)
downloadpuppet-5fb8bd6d643c7bd7e4889ccba6e312238f7d520a.tar
puppet-5fb8bd6d643c7bd7e4889ccba6e312238f7d520a.tar.gz
puppet-5fb8bd6d643c7bd7e4889ccba6e312238f7d520a.tar.bz2
puppet-5fb8bd6d643c7bd7e4889ccba6e312238f7d520a.tar.xz
puppet-5fb8bd6d643c7bd7e4889ccba6e312238f7d520a.zip
mgagit: Gitolite doesn't like the complex hook value, so abstract it to a script.
Diffstat (limited to 'deployment/mgagit/manifests')
-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,