From bdda2d25a2528a64fc3eaba2ab51989031beb2ad Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 26 Nov 2017 14:27:32 +0100 Subject: [PATCH] do extra grub for grnet-node01,grnet-node02 --- modules/grub/manifests/init.pp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/grub/manifests/init.pp b/modules/grub/manifests/init.pp index a3257977f..f0fa84ac7 100644 --- a/modules/grub/manifests/init.pp +++ b/modules/grub/manifests/init.pp @@ -29,7 +29,7 @@ class grub { # hp-health requires nopat on linux 4.9 $grub_do_nopat = ($::systemproductname and $::systemproductname =~ /^ProLiant/ and versioncmp($::kernelversion, '4.9') >= 0) - $grub_do_extra = $::hostname in [fasolo] + $grub_do_extra = $::hostname in [fasolo,grnet-node01,grnet-node02] file { '/etc/default/grub': # restore to default -- 2.20.1