X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/7301094f7fc0618b8efeaf3de2e712d4afb17e26..8aa57233f9034b901d7a652bd6276d0d7c3ea4f0:/roles/pummelzacken.rb diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index 2986d6483..e6aeb8c3a 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -49,7 +49,16 @@ default_attributes( :max_children => "10" } }, - :redirects => {} + :redirects => { + } + }, + :hardware => { + :grub => { + # lock kernel to 3.16.0-46 due to some issue with igb driver + # see https://github.com/openstreetmap/operations/issues/45 + # for more information. + :kernel => "3.16.0-46" + } } )