]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
name template script correctly
[chef.git] / roles / pummelzacken.rb
index 5d4647130748794fbae198049ccf6d11b460d664..e6aeb8c3ade07ce15cf62a24711106a863b329b0 100644 (file)
@@ -50,7 +50,14 @@ default_attributes(
       }
     },
     :redirects => {
-      :reverse => "poldi.openstreetmap.org"
+    }
+  },
+  :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"
     }
   }
 )