aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/sucuk.pp
blob: 58a7d892cc21009ca890a9830dbd80086067ebab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# 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

}