aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/sucuk.pp
blob: 05949dfe27a63625575659dd1922afe6542e2397 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# 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
}