aboutsummaryrefslogtreecommitdiffstats
path: root/manifests/nodes/armorique.pp
diff options
context:
space:
mode:
authorOlivier Blin <dev@blino.org>2016-02-29 00:30:42 +0100
committerOlivier Blin <dev@blino.org>2016-02-29 00:33:25 +0100
commit34e9567788c82dbbc4c4a2b7e0eae227792ffe7b (patch)
tree85d8d9a8bd15dc434290a9bf71f5a48a87494624 /manifests/nodes/armorique.pp
parent3f2971e27deba8fd5fcf51fa50e3bd3e7acb54c9 (diff)
downloadpuppet-34e9567788c82dbbc4c4a2b7e0eae227792ffe7b.tar
puppet-34e9567788c82dbbc4c4a2b7e0eae227792ffe7b.tar.gz
puppet-34e9567788c82dbbc4c4a2b7e0eae227792ffe7b.tar.bz2
puppet-34e9567788c82dbbc4c4a2b7e0eae227792ffe7b.tar.xz
puppet-34e9567788c82dbbc4c4a2b7e0eae227792ffe7b.zip
nable serial console on ttyS0 for all Scaleway nodes
Add a serial_console puppet module for this. This ensures that a serial getty is started for ttyS0 even if there is no console=ttyS0 argument on kernel command line. Also see http://0pointer.de/blog/projects/serial-console.html
Diffstat (limited to 'manifests/nodes/armorique.pp')
-rw-r--r--manifests/nodes/armorique.pp1
1 files changed, 1 insertions, 0 deletions
diff --git a/manifests/nodes/armorique.pp b/manifests/nodes/armorique.pp
index 0272cd61..0a50f9b6 100644
--- a/manifests/nodes/armorique.pp
+++ b/manifests/nodes/armorique.pp
@@ -2,6 +2,7 @@ node armorique {
# Location: Scaleway (Iliad/Online datacenter)
include common::default_mageia_server
timezone::timezone { 'Europe/Paris': }
+ serial_console::serial_console { 'ttyS0': }
include mga_buildsystem::buildnode
}