aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/fiona.pp
blob: be914b630fb9a471a193f167ff79b1ac4b66eed8 (plain)
1
2
3
4
5
6
7
8
9
10
# backup server
node fiona {
# Location: IELO datacenter (marseille)
#
# TODO:
# - install a backup system
    include common::default_mageia_server
    timezone::timezone { 'Europe/Paris': }
    include rsnapshot
}