From: Julien Cristau Date: Sun, 3 Sep 2017 15:21:34 +0000 (+0200) Subject: grub: nopat on villa, once more with feeling X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=b33c8052d5ec52a92e180e9c2df41b24090f5067;p=mirror%2Fdsa-puppet.git grub: nopat on villa, once more with feeling --- diff --git a/modules/grub/manifests/init.pp b/modules/grub/manifests/init.pp index 8e0e097a1..13ff79b89 100644 --- a/modules/grub/manifests/init.pp +++ b/modules/grub/manifests/init.pp @@ -17,6 +17,10 @@ class grub { $grub_manage = true $grub_do_kernel_serial = true $grub_do_grub_serial = false + } elsif $::hostname in [villa] { + $grub_manage = true + $grub_do_kernel_serial = false + $grub_do_grub_serial = false } else { $grub_manage = false }