]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
Switch pummelzacken to postgres 9.5
[chef.git] / roles / pummelzacken.rb
index 506aa4ec003e34e68fd9f70fca01c18cca04bb8b..e3003ed47608750a70fdfa041a0b9cad4d70ee66 100644 (file)
@@ -19,7 +19,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["9.3"],
+    :versions => ["9.5"],
     :settings => {
       :defaults => {
         :listen_addresses => "10.0.0.20",
@@ -39,17 +39,10 @@ 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"
-    }
   }
 )
 
 run_list(
-  "role[ucl-wolfson]"
+  "role[ucl-wolfson]",
+  "role[nominatim]"
 )