]> git.openstreetmap.org Git - chef.git/commitdiff
Remove kernel version pin from pummelzacken
authorTom Hughes <tom@compton.nu>
Sun, 18 Sep 2016 09:42:09 +0000 (10:42 +0100)
committerTom Hughes <tom@compton.nu>
Sun, 18 Sep 2016 09:43:26 +0000 (10:43 +0100)
roles/pummelzacken.rb

index 506aa4ec003e34e68fd9f70fca01c18cca04bb8b..3e4ca83cde92ec273ad009859e64a22d5d28c16d 100644 (file)
@@ -39,14 +39,6 @@ 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"
-    }
   }
 )