diff options
author | Colin Guthrie <colin@mageia.org> | 2013-10-07 11:07:44 +0000 |
---|---|---|
committer | Colin Guthrie <colin@mageia.org> | 2013-10-07 11:07:44 +0000 |
commit | 43208239383db426febfc7ce519fd5667cb56b70 (patch) | |
tree | 37571db642c5b8c722fffcb17d847df96058d0b2 /deployment/mgagit/manifests | |
parent | 264ceb41d6774b3f9338e50bc7e972d18121fa99 (diff) | |
download | puppet-43208239383db426febfc7ce519fd5667cb56b70.tar puppet-43208239383db426febfc7ce519fd5667cb56b70.tar.gz puppet-43208239383db426febfc7ce519fd5667cb56b70.tar.bz2 puppet-43208239383db426febfc7ce519fd5667cb56b70.tar.xz puppet-43208239383db426febfc7ce519fd5667cb56b70.zip |
mgagit: Remove old emailer
Diffstat (limited to 'deployment/mgagit/manifests')
-rw-r--r-- | deployment/mgagit/manifests/init.pp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/deployment/mgagit/manifests/init.pp b/deployment/mgagit/manifests/init.pp index 2df95c42..c55b7f9e 100644 --- a/deployment/mgagit/manifests/init.pp +++ b/deployment/mgagit/manifests/init.pp @@ -43,10 +43,6 @@ class mgagit( require => Package['mgagit'], } - mga_common::local_script { 'mgagit-format-commit-email': - content => template('mgagit/format-commit-email.sh'), - } - file { "$gitolite_commonhooksdir/git_multimail.py": ensure => present, owner => $git_login, |