From 4bdcae1be799bd93cc3ab33a2524042ced75da36 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Mon, 8 Jan 2018 18:05:21 +0200 Subject: sort i18n lists --- deployment/lists/manifests/init.pp | 40 ++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 19 deletions(-) diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index ead705fa..764ad995 100755 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -99,6 +99,16 @@ class lists { topics => 'i18n', } + sympa::list::public {'i18n-el': + subject => 'Translation to Greek', + topics => 'i18n', + } + + sympa::list::public {'i18n-en': + subject => 'Translation to English', + topics => 'i18n', + } + sympa::list::public {'i18n-et': subject => 'Translation to Estonian', topics => 'i18n', @@ -109,8 +119,8 @@ class lists { topics => 'i18n', } - sympa::list::public {'i18n-el': - subject => 'Translation to Greek', + sympa::list::public {'i18n-it': + subject => 'Translation to Italian', topics => 'i18n', } @@ -119,38 +129,29 @@ class lists { topics => 'i18n', } - sympa::list::public {'i18n-pt_br': - subject => 'Translation to Brazilian Portuguese', - topics => 'i18n', - } - sympa::list::public {'i18n-pl': subject => 'Translation to Polish', topics => 'i18n', } - sympa::list::public {'i18n-ru': - subject => 'Translation to Russian', + sympa::list::public {'i18n-pt_br': + subject => 'Translation to Brazilian Portuguese', topics => 'i18n', } - sympa::list::public {'i18n-tr': - subject => 'Translation to Turkish', - topics => 'i18n', - } - sympa::list::public {'i18n-it': - subject => 'Translation to Italian', + sympa::list::public {'i18n-ro': + subject => 'Translation to Romanian', topics => 'i18n', } - sympa::list::public {'i18n-en': - subject => 'Translation to English', + sympa::list::public {'i18n-ru': + subject => 'Translation to Russian', topics => 'i18n', } - sympa::list::public {'i18n-ro': - subject => 'Translation to Romanian', + sympa::list::public {'i18n-tr': + subject => 'Translation to Turkish', topics => 'i18n', } @@ -208,6 +209,7 @@ class lists { subject => 'Developement discussion list about Mageia rpm stack', topics => 'developers', } + sympa::list::announce {'qa-bugs': subject => 'QA bug reports from bugzilla', reply_to => "qa-discuss@ml.${::domain}", -- cgit v1.2.1