From c64c7fadafbd0443c412663da878e8031ac93719 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Thu, 6 Jan 2011 20:58:00 +0000 Subject: - split ml in a separate file ( so we could later use ruby dsl and a loop ) --- manifests/nodes.pp | 48 +----------------------------------------------- 1 file changed, 1 insertion(+), 47 deletions(-) (limited to 'manifests/nodes.pp') diff --git a/manifests/nodes.pp b/manifests/nodes.pp index d1c0dedb..1acf7ece 100644 --- a/manifests/nodes.pp +++ b/manifests/nodes.pp @@ -63,53 +63,7 @@ node alamut { 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 to Afrikaans", - topics => "i18n", - } - - sympa::public_list {"i18n-de": - subject => "List about translation to German", - topics => "i18n", - } - - sympa::public_list {"i18n-et": - subject => "List about translation to Estonian", - topics => "i18n", - } - - sympa::public_list {"i18n-fr": - subject => "List about translation to French", - topics => "i18n", - } - - sympa::public_list {"i18n-nl": - subject => "List about translation to Dutch", - topics => "i18n", - } - - sympa::public_list {"i18n-pt_br": - subject => "List about translation to Brazilian Portuguese", - topics => "i18n", - } - - sympa::public_list {"i18n-pl": - subject => "List about translation to Polish", - topics => "i18n", - } - - sympa::public_list {"i18n-ru": - subject => "List about translation to Russian", - topics => "i18n", - } - - sympa::public_list {"i18n-tr": - subject => "List about translation to Turkish", - topics => "i18n", - } - + import "lists" } # buildnode -- cgit v1.2.1