aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/krampouezh.pp
blob: dc8fcdbc23edf6a050d9dd96bcbab9293060b6c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# gandi-vm
node krampouezh {
# Location: gandi VM
#
#
    #include common::default_mageia_server
    include common::default_mageia_server_no_smtp
    include postfix::server::secondary
    include blog::base
    include blog::db_backup
    include mysql::server
    include dns::server
    timezone::timezone { 'Europe/Paris': }

    openldap::slave_instance { '1':
        rid => 1,
    }

# Other services running on this server :
# - meetbot
}