aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes.pp
diff options
context:
space:
mode:
authorMichael Scherer <misc@mageia.org>2011-01-06 01:33:54 +0000
committerMichael Scherer <misc@mageia.org>2011-01-06 01:33:54 +0000
commit6751d9037ac53abb8702decccb1fddb5b524abcf (patch)
tree18fcecf25e749fab174a426623ccdd8fd55ea005 /manifests/nodes.pp
parentd9df27e61454388d2763720c8b18a58e2061444e (diff)
downloadpuppet-6751d9037ac53abb8702decccb1fddb5b524abcf.tar
puppet-6751d9037ac53abb8702decccb1fddb5b524abcf.tar.gz
puppet-6751d9037ac53abb8702decccb1fddb5b524abcf.tar.bz2
puppet-6751d9037ac53abb8702decccb1fddb5b524abcf.tar.xz
puppet-6751d9037ac53abb8702decccb1fddb5b524abcf.zip
- create the initial set of i18n lists
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",
+ }
}