aboutsummaryrefslogtreecommitdiffstats
path: root/manifests
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
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')
-rw-r--r--manifests/nodes/armada.pp1
-rw-r--r--manifests/nodes/armagnac.pp1
-rw-r--r--manifests/nodes/armorique.pp1
3 files changed, 3 insertions, 0 deletions
diff --git a/manifests/nodes/armada.pp b/manifests/nodes/armada.pp
index d4f7bd8a..2b85e28a 100644
--- a/manifests/nodes/armada.pp
+++ b/manifests/nodes/armada.pp
@@ -2,6 +2,7 @@ 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
}
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
}
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
}