From: Peter Palfrader Date: Fri, 18 Aug 2017 13:04:50 +0000 (+0200) Subject: skroutz does not need nopat X-Git-Url: https://git.adam-barratt.org.uk/?a=commitdiff_plain;h=3e2dda4756fa0f09f167dcdfc547b66d5f5fa1e7;p=mirror%2Fdsa-puppet.git skroutz does not need nopat --- 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 }