/[adm]/puppet/modules/youri-check/templates/cauldron.conf
ViewVC logotype

Annotation of /puppet/modules/youri-check/templates/cauldron.conf

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1508 - (hide annotations) (download)
Sun Apr 10 23:24:51 2011 UTC (12 years, 11 months ago) by pterjan
Original Path: puppet/modules/youri-check/templates/check.conf
File size: 10129 byte(s)
Add updates check
1 pterjan 1364 # vim:ft=yaml:et:sw=4
2    
3     # helper variables
4     mirror: /distrib/mageia/distrib/cauldron
5     mirror_i586: ${mirror}/i586/media
6     mirror_x86_64: ${mirror}/x86_64/media
7    
8     # resultset definition
9     resultset:
10     class: Youri::Check::Resultset::DBI
11     options:
12 pterjan 1447 driver: Pg
13 pterjan 1454 host: <%= pgsql_server %>;sslmode=require
14 pterjan 1447 base: <%= pgsql_db %>
15     user: <%= pgsql_user %>
16 pterjan 1451 pass: <%= pgsql_password %>
17 pterjan 1364
18     # checks definitions
19     tests:
20     dependencies:
21     class: Youri::Check::Test::Dependencies
22    
23     missing:
24     class: Youri::Check::Test::Missing
25    
26 pterjan 1508 updates:
27     class: Youri::Check::Test::Updates
28     options:
29     aliases:
30     horde-accounts: accounts
31     horde-chora: chora
32     horde-forwards: forwards
33     horde-imp: imp
34     horde-ingo: ingo
35     horde-kronolith: kronolith
36     horde-mnemo: mnemo
37     horde-nag: nag
38     horde-passwd: passwd
39     horde-turba: turba
40     horde-vacation: vacation
41     freetype2: freetype
42     freetype: freetype1
43     gstreamer: ~
44     gstreamer0.10: gstreamer
45     gnupg2: gnupg
46     gnupg: ~
47     gnome-vfs2: gnome-vfs
48     gnome-vfs: ~
49     sources:
50     cpan:
51     order: 0
52     class: Youri::Check::Test::Updates::Source::CPAN
53     options:
54     aliases:
55     libnet: ~
56     perl-Catalyst-P-S-State-Cookie: Catalyst::Plugin::State::State::Cookie
57     perl-Catalyst-P-S-Store-FastMmap: Catalyst::Plugin::State::Store::FastMmap
58     perl-Catalyst-P-S-Store-File: Catalyst::Plugin::State::Store::File
59     pear:
60     order: 0
61     class: Youri::Check::Test::Updates::Source::PEAR
62     pypi:
63     order: 0
64     class: Youri::Check::Test::Updates::Source::PyPI
65     apache:
66     order: 0
67     class: Youri::Check::Test::Updates::Source::Apache
68     debian:
69     order: 1
70     class: Youri::Check::Test::Updates::Source::Debian
71     options:
72     aliases:
73     anjuta2: anjuta
74     anjuta: ~
75     perl-Jcode: libjcode-pm-perl
76     makepasswd: ~
77     sipp: ~
78     zsnes: ~
79     unclutter: ~
80     python-id3: ~
81     freetype: ~
82     openldap2.3: ~
83     git: git-core
84     nilfs-utils: nilfs-tools
85     fedora:
86     order: 1
87     class: Youri::Check::Test::Updates::Source::Fedora
88     options:
89     url: http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/rawhide/source/SRPMS/
90     aliases:
91     authd: ~
92     gle: ~
93     gtksourceview-sharp: ~
94     sqlite: sqlite2
95     OpenIPMI: OpenIPMI2
96     ocaml-lablgtk: ~
97     ocaml-lablgtk2: ocaml-lablgtk
98     netcat-openbsd: netcat
99     freetype: ~
100     freetype2: freetype
101     freshmeat:
102     order: 1
103     class: Youri::Check::Test::Updates::Source::Freshmeat
104     options:
105     preload: 1
106     aliases:
107     photon: ~
108     cmt: ~
109     boo: ~
110     db2: ~
111     dsh: ~
112     torque: ~
113     mserver: ~
114     svl: ~
115     lam: lammpi
116     bazaar: baz
117     db4: berkeleydb
118     pcp: caltech-pcp
119     kamikaze: ~
120     nut: ~
121     sqlite3: sqlite
122     sqlite: ~
123     ruby-evas: ~
124     acl: ~
125     listen: ~
126     knob: ~
127     dolphin: ~
128     cheese: ~
129     dumb: ~
130     serpentine: ~
131     mms: ~
132     tasks: ~
133     serpentine: ~
134     xsp: ~
135     pd: ~
136     deluge: deluge-torrent
137     contacts: ~
138     rt: requesttracker
139     psi: psijabberclient
140     arena: ~
141     ccp: ~
142     ocaml-camlpdf: camlpdf
143     libxml: ~
144     glib: ~
145     gentoo:
146     order: 1
147     class: Youri::Check::Test::Updates::Source::Gentoo
148     options:
149     aliases:
150     beagle: ~
151     makepasswd: ~
152     hibernate: hibernate-script
153     leif: ~
154     sqlite3: sqlite
155     sqlite: ~
156     cfengine3: cfengine
157     cfengine: ~
158     kamikaze: ~
159     knob: ~
160     vertex: ~
161     unclutter: ~
162     pam-krb5: pam_krb5
163     pam_krb5: ~
164     freetype: ~
165     gnome:
166     order: 1
167     class: Youri::Check::Test::Updates::Source::GNOME
168     netbsd:
169     order: 1
170     class: Youri::Check::Test::Updates::Source::NetBSD
171     sourceforge:
172     class: Youri::Check::Test::Updates::Source::Sourceforge
173     options:
174     aliases:
175     bigforth: ~
176     gtkmm: ~
177     hydrogen: ~
178     ltp: ~
179     pblogan: ~
180     console-tools: ~
181     maxima: ~
182     clisp: ~
183    
184 pterjan 1364 # reports definitions
185     reports:
186     file:
187     class: Youri::Check::Report::File
188     options:
189     to: <%= outdir %>
190     global: 1
191     individual: 1
192     formats:
193     html:
194     class: Youri::Check::Report::Format::HTML
195     text:
196     class: Youri::Check::Report::Format::Text
197     rss:
198     class: Youri::Check::Report::Format::RSS
199    
200     # media definitions
201     medias:
202     core.i586:
203     class: Youri::Media::URPM
204     options:
205     name: core
206     type: binary
207     path: ${mirror_i586}/core
208     hdlist: ${mirror_i586}/media_info/hdlist_core.cz
209     options:
210     dependencies:
211     allowed:
212     - core.i586
213     missing:
214     allowed:
215     - core.sources
216    
217     core.x86_64:
218     class: Youri::Media::URPM
219     options:
220     name: core
221     type: binary
222     path: ${mirror_x86_64}/core
223     hdlist: ${mirror_x86_64}/media_info/hdlist_core.cz
224     options:
225     dependencies:
226     allowed:
227     - core.x86_64
228     - core.i586
229     missing:
230     allowed:
231     - core.sources
232    
233    
234     core.sources:
235     class: Youri::Media::URPM
236     options:
237     name: core
238     type: source
239     path: ${mirror_i586}/core
240     hdlist: ${mirror_i586}/media_info/hdlist_core.src.cz
241     options:
242     dependencies:
243     allowed:
244 pterjan 1480 - core.x86_64
245    
246     nonfree.i586:
247     class: Youri::Media::URPM
248     options:
249     name: nonfree
250     type: binary
251     path: ${mirror_i586}/nonfree/release
252     hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz
253     options:
254     dependencies:
255     allowed:
256 pterjan 1364 - core.i586
257 pterjan 1480 - nonfree.i586
258     missing:
259     allowed:
260     - nonfree.sources
261 pterjan 1364
262 pterjan 1480 nonfree.x86_64:
263     class: Youri::Media::URPM
264     options:
265     name: nonfree
266     type: binary
267     path: ${mirror_x86_64}/nonfree/release
268     hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz
269     options:
270     dependencies:
271     allowed:
272     - core.x86_64
273     - core.i586
274     - nonfree.x86_64
275     - nonfree.i586
276     missing:
277     allowed:
278     - nonfree.sources
279    
280    
281     nonfree.sources:
282     class: Youri::Media::URPM
283     options:
284     name: nonfree
285     type: source
286     path: ${mirror_i586}/nonfree/release
287     hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz
288     options:
289     dependencies:
290     allowed:
291 pterjan 1483 - core.x86_64
292 pterjan 1480 - nonfree.x86_64
293    

  ViewVC Help
Powered by ViewVC 1.1.30