diff options
author | Michael Scherer <misc@mageia.org> | 2011-01-06 20:43:36 +0000 |
---|---|---|
committer | Michael Scherer <misc@mageia.org> | 2011-01-06 20:43:36 +0000 |
commit | e742219159a35f10da76c3a1cc7b7bbe0f95d825 (patch) | |
tree | 7ed91bbd2166d56f7fde539e5217459da86879d6 /manifests | |
parent | 03ed92e2ee5979bab09b4ec128ca20aed587d817 (diff) | |
download | puppet-e742219159a35f10da76c3a1cc7b7bbe0f95d825.tar puppet-e742219159a35f10da76c3a1cc7b7bbe0f95d825.tar.gz puppet-e742219159a35f10da76c3a1cc7b7bbe0f95d825.tar.bz2 puppet-e742219159a35f10da76c3a1cc7b7bbe0f95d825.tar.xz puppet-e742219159a35f10da76c3a1cc7b7bbe0f95d825.zip |
- fix description, as pointed by wobo and remmy on ml
Diffstat (limited to 'manifests')
-rw-r--r-- | manifests/nodes.pp | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/manifests/nodes.pp b/manifests/nodes.pp index 58e8167a..d1c0dedb 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -66,47 +66,47 @@ node alamut { # 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", + subject => "List about translation to Afrikaans", topics => "i18n", } sympa::public_list {"i18n-de": - subject => "List about translation in German", + subject => "List about translation to German", topics => "i18n", } sympa::public_list {"i18n-et": - subject => "List about translation in Estonian", + subject => "List about translation to Estonian", topics => "i18n", } sympa::public_list {"i18n-fr": - subject => "List about translation in French", + subject => "List about translation to French", topics => "i18n", } sympa::public_list {"i18n-nl": - subject => "List about translation in Dutch", + subject => "List about translation to Dutch", topics => "i18n", } sympa::public_list {"i18n-pt_br": - subject => "List about translation in Brazilian Portuguese", + subject => "List about translation to Brazilian Portuguese", topics => "i18n", } sympa::public_list {"i18n-pl": - subject => "List about translation in Polish", + subject => "List about translation to Polish", topics => "i18n", } sympa::public_list {"i18n-ru": - subject => "List about translation in Russian", + subject => "List about translation to Russian", topics => "i18n", } sympa::public_list {"i18n-tr": - subject => "List about translation in Turkish", + subject => "List about translation to Turkish", topics => "i18n", } |