aboutsummaryrefslogtreecommitdiffstats
path: root/deployment/mgagit
diff options
context:
space:
mode:
authorColin Guthrie <colin@mageia.org>2014-05-29 09:01:45 +0000
committerColin Guthrie <colin@mageia.org>2014-05-29 09:01:45 +0000
commitf77101f96f4b3e78af00025afcbaead5e16fc504 (patch)
treefc4a7a3218869b41b518a72bf57301f3597da3f4 /deployment/mgagit
parentbb8273afb32cc601c62f84f3e41d515a6eec336c (diff)
downloadpuppet-f77101f96f4b3e78af00025afcbaead5e16fc504.tar
puppet-f77101f96f4b3e78af00025afcbaead5e16fc504.tar.gz
puppet-f77101f96f4b3e78af00025afcbaead5e16fc504.tar.bz2
puppet-f77101f96f4b3e78af00025afcbaead5e16fc504.tar.xz
puppet-f77101f96f4b3e78af00025afcbaead5e16fc504.zip
mgagit: Fix case on mailingList config entry
This was a change I missed in an earlier commit.
Diffstat (limited to 'deployment/mgagit')
-rw-r--r--deployment/mgagit/templates/group_owned_repo.gl6
-rw-r--r--deployment/mgagit/templates/repodef_repo.gl2
2 files changed, 4 insertions, 4 deletions
diff --git a/deployment/mgagit/templates/group_owned_repo.gl b/deployment/mgagit/templates/group_owned_repo.gl
index b9f74fad..c032746d 100644
--- a/deployment/mgagit/templates/group_owned_repo.gl
+++ b/deployment/mgagit/templates/group_owned_repo.gl
@@ -22,10 +22,10 @@ repo [% repo %]
[% IF r.repos.$repo.noemail -%]
config multimailhook.mailingList = ""
[% ELSE -%]
-[% IF r.repos.$repo.mailinglist -%]
- config multimailhook.mailinglist = "[% r.repos.$repo.mailinglist %]"
+[% IF r.repos.$repo.mailingList -%]
+ config multimailhook.mailingList = "[% r.repos.$repo.mailingList %]"
[% ELSE -%]
- config multimailhook.mailinglist = "<%= @ml %>-commits@ml.mageia.org"
+ config multimailhook.mailingList = "<%= @ml %>-commits@ml.mageia.org"
[% END -%]
[% END -%]
config multimailhook.emailDomain = "mageia.org"
diff --git a/deployment/mgagit/templates/repodef_repo.gl b/deployment/mgagit/templates/repodef_repo.gl
index 10a5acfa..12c946f5 100644
--- a/deployment/mgagit/templates/repodef_repo.gl
+++ b/deployment/mgagit/templates/repodef_repo.gl
@@ -2,7 +2,7 @@ repo [% repo %]
RW master$ = [% r.repos.$repo.maintainer %]
RW+ user/USER/ = @all
R = @all
- config multimailhook.mailinglist = "sysadmin-commits@ml.mageia.org"
+ config multimailhook.mailingList = "sysadmin-commits@ml.mageia.org"
config multimailhook.emailDomain = "mageia.org"
config multimailhook.envelopeSender = "root@mageia.org"
config gitweb.description = "[% r.repos.$repo.description %]"