From 3e2dda4756fa0f09f167dcdfc547b66d5f5fa1e7 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Fri, 18 Aug 2017 15:04:50 +0200 Subject: [PATCH] skroutz does not need nopat --- modules/grub/manifests/init.pp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/modules/grub/manifests/init.pp b/modules/grub/manifests/init.pp index f5e21c41e..1c9f2c965 100644 --- a/modules/grub/manifests/init.pp +++ b/modules/grub/manifests/init.pp @@ -4,16 +4,16 @@ class grub { $grub_do_kernel_serial = true $grub_do_grub_serial = true $grub_do_ifnames = true - } elsif $::hostname in [ubc-enc2bl01,ubc-enc2bl02,ubc-enc2bl09,ubc-enc2bl10,casulana,mirror-anu,sallinen,storace,mirror-skroutz] { + } elsif $::hostname in [ubc-enc2bl01,ubc-enc2bl02,ubc-enc2bl09,ubc-enc2bl10,casulana,mirror-anu,sallinen,storace,mirror-accumu] { $grub_manage = true $grub_do_kernel_serial = true $grub_do_grub_serial = true $grub_do_nopat = true - } elsif $::hostname in [mirror-accumu] { + } elsif $::hostname in [mirror-skroutz] { $grub_manage = true $grub_do_kernel_serial = true $grub_do_grub_serial = true - $grub_do_nopat = true + $grub_do_nopat = false } else { $grub_manage = false } -- 2.20.1