X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/82498ea4850f2408649673bb241436b7cc1c8330..8aa57233f9034b901d7a652bd6276d0d7c3ea4f0:/roles/pummelzacken.rb?ds=sidebyside diff --git a/roles/pummelzacken.rb b/roles/pummelzacken.rb index aa080cde1..e6aeb8c3a 100644 --- a/roles/pummelzacken.rb +++ b/roles/pummelzacken.rb @@ -51,6 +51,14 @@ default_attributes( }, :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" + } } )