]> git.openstreetmap.org Git - chef.git/blobdiff - roles/imagery.rb
nominatim: location of config file for nominatim-ui has changed
[chef.git] / roles / imagery.rb
index 246f83cd1d6c5319b133fd3e718b0c5e129bd916..3cc42a71862aa892e9530364090fae7384f2db7d 100644 (file)
@@ -13,9 +13,6 @@ default_attributes(
       }
     }
   },
-  :apt => {
-    :sources => %w[ubuntugis-unstable]
-  },
   :sysctl => {
     :sockets => {
       :comment => "Increase size of connection queue",
@@ -29,12 +26,6 @@ default_attributes(
         "kernel.sched_min_granularity_ns" => 10000000,
         "kernel.sched_wakeup_granularity_ns" => 15000000
       }
-    },
-    :kernel_tfo_listen_enable => {
-      :comment => "Enable TCP Fast Open for listening sockets",
-      :parameters => {
-        "net.ipv4.tcp_fastopen" => 3
-      }
     }
   },
   :nginx => {
@@ -58,5 +49,6 @@ run_list(
   "recipe[imagery::za_ngi_topo]",
   "recipe[imagery::za_coct_aerial]",
   "recipe[imagery::na_sgswa_topo]",
-  "recipe[imagery::lu_ngl_dtm]"
+  "recipe[imagery::lu_ngl_dtm]",
+  "recipe[imagery::lu_lidar_hillshade]"
 )