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