aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/fiona.pp
blob: b94a29f3f4456b7a384498943e34de7c6cd2c622 (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::base
}