blob: c247f8dca539697c4baa9503c1b21b6178821399 (
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
|
# 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 websites::www
include websites::nav
include wikis
# gitweb
include repositories::git_mirror
include cgit
include gitmirror
include mirrorbrain
}
|