aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/armrest.pp
diff options
context:
space:
mode:
Diffstat (limited to 'manifests/nodes/armrest.pp')
-rw-r--r--manifests/nodes/armrest.pp6
1 files changed, 6 insertions, 0 deletions
diff --git a/manifests/nodes/armrest.pp b/manifests/nodes/armrest.pp
new file mode 100644
index 00000000..e64cd036
--- /dev/null
+++ b/manifests/nodes/armrest.pp
@@ -0,0 +1,6 @@
+node armrest {
+# Location: Scaleway (Iliad/Online datacenter)
+ include common::default_mageia_server
+ timezone::timezone { 'Europe/Paris': }
+ serial_console::serial_console { 'ttyS0': }
+}