From d46ea8b691a8dc702f0b2de54d63891ab876f96e Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 15 Feb 2011 14:41:16 +0000 Subject: - add i18n-en and i18n-it mailling list --- deployment/lists/manifests/init.pp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'deployment') diff --git a/deployment/lists/manifests/init.pp b/deployment/lists/manifests/init.pp index 90c292bf..4623f3b1 100644 --- a/deployment/lists/manifests/init.pp +++ b/deployment/lists/manifests/init.pp @@ -47,6 +47,15 @@ class lists { topics => "i18n", } + sympa::public_list {"i18n-it": + subject => "List about translation to Italian", + topics => "i18n", + } + + sympa::public_list {"i18n-en": + subject => "List about translation to English", + topics => "i18n", + } sympa::announce_list_email {"sysadmin-commits": subject => "List receiving commits mail from sysadmin team repository", -- cgit v1.2.1