From: Aurelien Jarno Date: Sun, 10 Sep 2017 10:54:23 +0000 (+0200) Subject: Add arm-conova-02.debian.org (arm64 buildd) X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=78b71ce5f0056b2fe92abb6647a9f930a71428c5;p=mirror%2Fdsa-puppet.git Add arm-conova-02.debian.org (arm64 buildd) Signed-off-by: Aurelien Jarno --- diff --git a/modules/grub/templates/puppet-kernel-serial.cfg.erb b/modules/grub/templates/puppet-kernel-serial.cfg.erb index 887037964..d2f752e6c 100644 --- a/modules/grub/templates/puppet-kernel-serial.cfg.erb +++ b/modules/grub/templates/puppet-kernel-serial.cfg.erb @@ -1,4 +1,4 @@ -<%- if %w{amdahl arm-conova-01 arm-arm-01}.include?(@hostname) then -%> +<%- if %w{amdahl arm-conova-01 arm-conova-02 arm-arm-01}.include?(@hostname) then -%> GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=ttyAMA0,115200n8" <%- elsif %w{arm-arm-03}.include?(@hostname) then -%> GRUB_CMDLINE_LINUX="$GRUB_CMDLINE_LINUX console=ttyS0,115200"