aboutsummaryrefslogtreecommitdiffstats
path: root/deployment
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2019-04-25 19:15:19 +0300
committerThomas Backlund <tmb@mageia.org>2019-04-25 19:15:19 +0300
commitdf59f13f6631978a99878d54c8001189a12f5846 (patch)
tree956cf317b157009949f340cb36c0afaf6cea2579 /deployment
parent9c58af9e283410ac17d38c03f24cf352645a141f (diff)
downloadpuppet-df59f13f6631978a99878d54c8001189a12f5846.tar
puppet-df59f13f6631978a99878d54c8001189a12f5846.tar.gz
puppet-df59f13f6631978a99878d54c8001189a12f5846.tar.bz2
puppet-df59f13f6631978a99878d54c8001189a12f5846.tar.xz
puppet-df59f13f6631978a99878d54c8001189a12f5846.zip
switch changelog reply-to to the correct ml
Diffstat (limited to 'deployment')
-rw-r--r--deployment/mga_buildsystem/manifests/config.pp2
1 files changed, 1 insertions, 1 deletions
diff --git a/deployment/mga_buildsystem/manifests/config.pp b/deployment/mga_buildsystem/manifests/config.pp
index efccabb3..bda56637 100644
--- a/deployment/mga_buildsystem/manifests/config.pp
+++ b/deployment/mga_buildsystem/manifests/config.pp
@@ -1063,7 +1063,7 @@ class mga_buildsystem::config {
'mail' => {
'options' => {
'to' => "changelog@ml.${::domain}",
- 'reply_to' => "mageia-dev@${::domain}",
+ 'reply_to' => "dev@ml.${::domain}",
'from' => "buildsystem-daemon@${::domain}",
'prefix' => 'RPM',
},