X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/382150892eaadf2ca2b17c6706b0b178dcaf0dbd..a19f614c86504b80dd424b5cbca80d55806e00d1:/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" + } } )