]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
name template script correctly
[chef.git] / roles / pummelzacken.rb
index aa080cde10d8c85dd8a4f91008996a5efd41038e..e6aeb8c3ade07ce15cf62a24711106a863b329b0 100644 (file)
@@ -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"
+    }
   }
 )