X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/82498ea4850f2408649673bb241436b7cc1c8330..a4e98a39669d82fc53a3d7f3fcc65689c05cc6cd:/roles/pummelzacken.rb 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" + } } )