manage grub on arm-arm-03
[mirror/dsa-puppet.git] / modules / grub / manifests / init.pp
index a77c136..74fb539 100644 (file)
@@ -9,11 +9,16 @@ class grub {
                $grub_do_kernel_serial = true
                $grub_do_grub_serial = true
                $grub_do_nopat = true
-       } elsif $::hostname in [mirror-skroutz,aagard,acker] {
+       } elsif $::hostname in [mirror-skroutz,aagard,acker,arm-arm-01] {
                $grub_manage = true
                $grub_do_kernel_serial = true
                $grub_do_grub_serial = true
                $grub_do_nopat = false
+       } elsif $::hostname in [acker,arm-arm-03] {
+               $grub_manage = true
+               $grub_do_kernel_serial = true
+               $grub_do_grub_serial = false
+               $grub_do_nopat = false
        } else {
                $grub_manage = false
        }