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