diff options
author | Thomas Backlund <tmb@mageia.org> | 2019-04-25 19:15:19 +0300 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2019-04-25 19:15:19 +0300 |
commit | df59f13f6631978a99878d54c8001189a12f5846 (patch) | |
tree | 956cf317b157009949f340cb36c0afaf6cea2579 /deployment | |
parent | 9c58af9e283410ac17d38c03f24cf352645a141f (diff) | |
download | puppet-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.pp | 2 |
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', }, |