aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/krampouezh.pp
blob: 37fde92ceeb2668280d506c9af92e32830239da4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# gandi-vm
node krampouezh {
# Location: gandi VM
#
#
    #include common::default_mageia_server
    include common::default_mageia_server_no_smtp
    include postfix::server::secondary
    timezone::timezone { 'Europe/Paris': }

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