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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1519 - (show annotations) (download)
Wed Apr 13 18:00:13 2011 UTC (12 years, 11 months ago) by pterjan
Original Path: puppet/modules/youri-check/templates/check.conf
File size: 10280 byte(s)
Ignore distros with higher basesystem version
1 # 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 driver: Pg
13 host: <%= pgsql_server %>;sslmode=require
14 base: <%= pgsql_db %>
15 user: <%= pgsql_user %>
16 pass: <%= pgsql_password %>
17
18 # checks definitions
19 tests:
20 dependencies:
21 class: Youri::Check::Test::Dependencies
22
23 missing:
24 class: Youri::Check::Test::Missing
25
26 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 basesystem: ~
50 sources:
51 cpan:
52 order: 0
53 class: Youri::Check::Test::Updates::Source::CPAN
54 options:
55 aliases:
56 libnet: ~
57 perl-Catalyst-P-S-State-Cookie: Catalyst::Plugin::State::State::Cookie
58 perl-Catalyst-P-S-Store-FastMmap: Catalyst::Plugin::State::Store::FastMmap
59 perl-Catalyst-P-S-Store-File: Catalyst::Plugin::State::Store::File
60 # pear:
61 # order: 0
62 # class: Youri::Check::Test::Updates::Source::PEAR
63 # pypi:
64 # order: 0
65 # class: Youri::Check::Test::Updates::Source::PyPI
66 # apache:
67 # order: 0
68 # class: Youri::Check::Test::Updates::Source::Apache
69 debian:
70 order: 1
71 class: Youri::Check::Test::Updates::Source::Debian
72 options:
73 aliases:
74 anjuta2: anjuta
75 anjuta: ~
76 perl-Jcode: libjcode-pm-perl
77 makepasswd: ~
78 sipp: ~
79 zsnes: ~
80 unclutter: ~
81 python-id3: ~
82 freetype: ~
83 openldap2.3: ~
84 git: git-core
85 nilfs-utils: nilfs-tools
86 fedora:
87 order: 1
88 class: Youri::Check::Test::Updates::Source::Fedora
89 options:
90 url: http://ftp.free.fr/mirrors/fedora.redhat.com/fedora/linux/development/rawhide/source/SRPMS/
91 aliases:
92 authd: ~
93 gle: ~
94 gtksourceview-sharp: ~
95 sqlite: sqlite2
96 OpenIPMI: OpenIPMI2
97 ocaml-lablgtk: ~
98 ocaml-lablgtk2: ocaml-lablgtk
99 netcat-openbsd: netcat
100 freetype: ~
101 freetype2: freetype
102 # freshmeat:
103 # order: 1
104 # class: Youri::Check::Test::Updates::Source::Freshmeat
105 # options:
106 # preload: 1
107 # aliases:
108 # photon: ~
109 # cmt: ~
110 # boo: ~
111 # db2: ~
112 # dsh: ~
113 # torque: ~
114 # mserver: ~
115 # svl: ~
116 # lam: lammpi
117 # bazaar: baz
118 # db4: berkeleydb
119 # pcp: caltech-pcp
120 # kamikaze: ~
121 # nut: ~
122 # sqlite3: sqlite
123 # sqlite: ~
124 # ruby-evas: ~
125 # acl: ~
126 # listen: ~
127 # knob: ~
128 # dolphin: ~
129 # cheese: ~
130 # dumb: ~
131 # serpentine: ~
132 # mms: ~
133 # tasks: ~
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 # 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 - core.x86_64
245 - core.i586
246
247 nonfree.i586:
248 class: Youri::Media::URPM
249 options:
250 name: nonfree
251 type: binary
252 path: ${mirror_i586}/nonfree/release
253 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.cz
254 options:
255 dependencies:
256 allowed:
257 - core.i586
258 - nonfree.i586
259 missing:
260 allowed:
261 - nonfree.sources
262
263 nonfree.x86_64:
264 class: Youri::Media::URPM
265 options:
266 name: nonfree
267 type: binary
268 path: ${mirror_x86_64}/nonfree/release
269 hdlist: ${mirror_x86_64}/media_info/hdlist_nonfree_release.cz
270 options:
271 dependencies:
272 allowed:
273 - core.x86_64
274 - core.i586
275 - nonfree.x86_64
276 - nonfree.i586
277 missing:
278 allowed:
279 - nonfree.sources
280
281
282 nonfree.sources:
283 class: Youri::Media::URPM
284 options:
285 name: nonfree
286 type: source
287 path: ${mirror_i586}/nonfree/release
288 hdlist: ${mirror_i586}/media_info/hdlist_nonfree_release.src.cz
289 options:
290 dependencies:
291 allowed:
292 - core.x86_64
293 - nonfree.x86_64
294 - core.i586
295 - nonfree.i586
296

  ViewVC Help
Powered by ViewVC 1.1.30