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