blob: d47ebed85acdd7f82a208917f65e44d70eb8d8e9 (
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": }
}
|