aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/armrest.pp
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2016-05-15 18:43:00 +0100
committerPascal Terjan <pterjan@gmail.com>2016-05-15 18:43:00 +0100
commit8a6a64d51a43fef835f4f314358e7b93cb9e7ed3 (patch)
tree9994446242fb9765d06d7c92ded5d50656fbb70c /manifests/nodes/armrest.pp
parent1db95ccbc4a42e352544e1c85b63e90615320694 (diff)
downloadpuppet-8a6a64d51a43fef835f4f314358e7b93cb9e7ed3.tar
puppet-8a6a64d51a43fef835f4f314358e7b93cb9e7ed3.tar.gz
puppet-8a6a64d51a43fef835f4f314358e7b93cb9e7ed3.tar.bz2
puppet-8a6a64d51a43fef835f4f314358e7b93cb9e7ed3.tar.xz
puppet-8a6a64d51a43fef835f4f314358e7b93cb9e7ed3.zip
Add armrest, which will be a gateway for scaleway nodes
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': }
+}