/[adm]/puppet/manifests/nodes.pp
ViewVC logotype

Diff of /puppet/manifests/nodes.pp

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 671 by misc, Thu Jan 6 01:33:49 2011 UTC revision 673 by misc, Thu Jan 6 01:33:54 2011 UTC
# Line 56  node alamut { Line 56  node alamut {
56      include bugzilla      include bugzilla
57      include sympa::server      include sympa::server
58      include postfix::primary_smtp      include postfix::primary_smtp
59        
60        # please check that the list use the proper code for
61        # language ( not to be confused with tld or country code )
62        sympa::public_list {"i18n-af":
63            subject => "List about translation in Afrikaans",
64            topics => "i18n",
65        }
66    
67        sympa::public_list {"i18n-de":
68            subject => "List about translation in German",
69            topics => "i18n",
70        }
71    
72        sympa::public_list {"i18n-et":
73            subject => "List about translation in Estonian",
74            topics => "i18n",
75        }
76    
77        sympa::public_list {"i18n-fr":
78            subject => "List about translation in French",
79            topics => "i18n",
80        }
81    
82        sympa::public_list {"i18n-nl":
83            subject => "List about translation in Dutch",
84            topics => "i18n",
85        }
86    
87        sympa::public_list {"i18n-pt_br":
88            subject => "List about translation in Brazilian Portuguese",
89            topics => "i18n",
90        }
91    
92        sympa::public_list {"i18n-pl":
93            subject => "List about translation in Polish",
94            topics => "i18n",
95        }
96    
97        sympa::public_list {"i18n-ru":
98            subject => "List about translation in Russian",
99            topics => "i18n",
100        }
101    
102        sympa::public_list {"i18n-tr":
103            subject => "List about translation in Turkish",
104            topics => "i18n",
105        }
106    
107  }  }
108    

Legend:
Removed from v.671  
changed lines
  Added in v.673

  ViewVC Help
Powered by ViewVC 1.1.30