From 34e9567788c82dbbc4c4a2b7e0eae227792ffe7b Mon Sep 17 00:00:00 2001 From: Olivier Blin Date: Mon, 29 Feb 2016 00:30:42 +0100 Subject: 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 --- manifests/nodes/armagnac.pp | 1 + 1 file changed, 1 insertion(+) (limited to 'manifests/nodes/armagnac.pp') diff --git a/manifests/nodes/armagnac.pp b/manifests/nodes/armagnac.pp index 2dc82f0d..27fa26fc 100644 --- a/manifests/nodes/armagnac.pp +++ b/manifests/nodes/armagnac.pp @@ -2,6 +2,7 @@ node armagnac { # Location: Scaleway (Iliad/Online datacenter) include common::default_mageia_server timezone::timezone { 'Europe/Paris': } + serial_console::serial_console { 'ttyS0': } include mga_buildsystem::buildnode } -- cgit v1.2.1