blob: 69e1a3284517b2888b77575bea5985365db19755 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
node rabbit {
# Location: IELO datacenter (marseille)
#
# - used to create isos ( and live, and so on )
#
include common::default_mageia_server
timezone::timezone { 'Europe/Paris': }
include bcd::base
#include bcd::web
include bcd::rsync
include mga_buildsystem::buildnode
include draklive
include git::svn
include access_classes::iso_makers
include openssh::ssh_keys_from_ldap
# include mirror::mageia
include releasekey
youri-check::config {'config_cauldron':
version => 'cauldron',
}
youri-check::check {'check_cauldron':
version => 'cauldron',
hour => '*',
minute => 4
}
youri-check::config {'config_6':
version => '6',
}
youri-check::check {'check_6':
version => '6',
hour => '*/2',
minute => 30
}
youri-check::config {'config_5':
version => '5',
}
youri-check::check {'check_5':
version => '5',
hour => '*/2',
minute => 30
}
# for testing iso quickly
include libvirtd::kvm
libvirtd::group_access { 'mga-iso_makers': }
}
|