blob: 271b89af177f2f0f596c6266cf89d40649a35543 (
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
51
52
53
54
55
56
|
# server for various task
node sucuk {
# Location: IELO datacenter (marseille)
include common::default_mageia_server
timezone::timezone { 'Europe/Paris': }
include access_classes::admin
include postgresql::server
postgresql::tagged { 'default': }
##include catdap
include mga-mirrors
include wikis
include websites::perl
include websites::www
include websites::nav
include bugzilla
# gitweb
include repositories::git_mirror
include cgit
include gitmirror
#include repositories::svn_mirror
#include viewvc
include mirrorbrain
# include xymon::server
# apache::vhost_simple { "xymon.${::domain}":
# location => '/var/lib/xymon/www',
# }
youri-check::report_www { 'check': }
youri-check::config {'config_cauldron':
version => 'cauldron',
}
youri-check::report { 'report_cauldron':
version => 'cauldron',
hour => '*',
minute => '24'
}
youri-check::config {'config_5':
version => '5',
}
youri-check::report {'report_5':
version => '5',
hour => '*',
minute => '54'
}
}
|