aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/armada.pp
blob: 2b85e28a23574993bc6b5eb7ddaac8de08ec19e7 (plain)
1
2
3
4
5
6
7
8
node armada {
# Location: Scaleway (Iliad/Online datacenter)
    include common::default_mageia_server
    timezone::timezone { 'Europe/Paris': }
    serial_console::serial_console { 'ttyS0': }

    include mga_buildsystem::buildnode
}