aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes.pp')
-rw-r--r--manifests/nodes.pp48
1 files changed, 47 insertions, 1 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp
index fe7b2c27..b8fa9f6c 100644
--- a/manifests/nodes.pp
+++ b/manifests/nodes.pp
@@ -56,7 +56,53 @@ node alamut {
include bugzilla
include sympa::server
include postfix::primary_smtp
-
+
+ # please check that the list use the proper code for
+ # language ( not to be confused with tld or country code )
+ sympa::public_list {"i18n-af":
+ subject => "List about translation in Afrikaans",
+ topics => "i18n",
+ }
+
+ sympa::public_list {"i18n-de":
+ subject => "List about translation in German",
+ topics => "i18n",
+ }
+
+ sympa::public_list {"i18n-et":
+ subject => "List about translation in Estonian",
+ topics => "i18n",
+ }
+
+ sympa::public_list {"i18n-fr":
+ subject => "List about translation in French",
+ topics => "i18n",
+ }
+
+ sympa::public_list {"i18n-nl":
+ subject => "List about translation in Dutch",
+ topics => "i18n",
+ }
+
+ sympa::public_list {"i18n-pt_br":
+ subject => "List about translation in Brazilian Portuguese",
+ topics => "i18n",
+ }
+
+ sympa::public_list {"i18n-pl":
+ subject => "List about translation in Polish",
+ topics => "i18n",
+ }
+
+ sympa::public_list {"i18n-ru":
+ subject => "List about translation in Russian",
+ topics => "i18n",
+ }
+
+ sympa::public_list {"i18n-tr":
+ subject => "List about translation in Turkish",
+ topics => "i18n",
+ }
}