aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2018-01-08 18:05:21 +0200
committerThomas Backlund <tmb@mageia.org>2018-01-08 18:05:21 +0200
commit4bdcae1be799bd93cc3ab33a2524042ced75da36 (patch)
treef34ae5339aefb60fb05e4864b6ba5de2af5c2dd7
parent9cbabb8853d6227cbf09a5e87021f65e87e8060e (diff)
downloadpuppet-4bdcae1be799bd93cc3ab33a2524042ced75da36.tar
puppet-4bdcae1be799bd93cc3ab33a2524042ced75da36.tar.gz
puppet-4bdcae1be799bd93cc3ab33a2524042ced75da36.tar.bz2
puppet-4bdcae1be799bd93cc3ab33a2524042ced75da36.tar.xz
puppet-4bdcae1be799bd93cc3ab33a2524042ced75da36.zip
sort i18n lists
-rwxr-xr-xdeployment/lists/manifests/init.pp40
1 files 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}",