diff options
Diffstat (limited to 'deployment/lists/manifests')
-rwxr-xr-x | deployment/lists/manifests/init.pp | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 8efb62c6..0b8307c6 100755 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -11,7 +11,7 @@ class lists { sympa::list::announce {'atelier-bugs': subject => 'Atelier bug reports from bugzilla', reply_to => "atelier-discuss@ml.${::domain}", - sender_email => [ "bugzilla-daemon@${::domain}" ], + sender_email => [ "bugzilla_noreply@ml.${::domain}" ], topics => 'atelier', } @@ -67,7 +67,7 @@ class lists { sympa::list::announce { 'i18n-bugs': subject => 'Translation bug reports from bugzilla', reply_to => "i18n-discuss@ml.${::domain}", - sender_email => [ "bugzilla-daemon@${::domain}" ], + sender_email => [ "bugzilla_noreply@ml.${::domain}" ], topics => 'i18n', } @@ -222,7 +222,7 @@ class lists { sympa::list::announce {'qa-bugs': subject => 'QA bug reports from bugzilla', reply_to => "qa-discuss@ml.${::domain}", - sender_email => [ "bugzilla-daemon@${::domain}" ], + sender_email => [ "bugzilla_noreply@ml.${::domain}" ], topics => 'qa', } @@ -248,7 +248,7 @@ class lists { sympa::list::announce {'forums-bugs': subject => 'Forums bug reports from bugzilla', reply_to => "forums-discuss@ml.${::domain}", - sender_email => [ "bugzilla-daemon@${::domain}" ], + sender_email => [ "bugzilla_noreply@ml.${::domain}" ], topics => 'forums', } @@ -260,7 +260,7 @@ class lists { sympa::list::announce { 'doc-bugs': subject => 'Documentation bug reports from bugzilla', reply_to => "doc-discuss@ml.${::domain}", - sender_email => [ "bugzilla-daemon@${::domain}" ], + sender_email => [ "bugzilla_noreply@ml.${::domain}" ], topics => 'doc', } @@ -300,7 +300,7 @@ class lists { sympa::list::announce { 'sysadmin-bugs': subject => 'Sysadmin bug reports from bugzilla', reply_to => "sysadmin-discuss@ml.${::domain}", - sender_email => [ "bugzilla-daemon@${::domain}" ], + sender_email => [ "bugzilla_noreply@ml.${::domain}" ], topics => 'sysadmin', } @@ -314,14 +314,14 @@ class lists { sympa::list::announce { 'bugs': subject => 'Bug reports from bugzilla', reply_to => "dev@ml.${::domain}", - sender_email => [ "bugzilla-daemon@${::domain}" ], + sender_email => [ "bugzilla_noreply@ml.${::domain}" ], topics => 'developers', } sympa::list::announce { 'pkg-bugs': subject => 'Packaging bug reports from bugzilla', reply_to => "dev@ml.${::domain}", - sender_email => [ "bugzilla-daemon@${::domain}" ], + sender_email => [ "bugzilla_noreply@ml.${::domain}" ], topics => 'developers', } |