]> git.openstreetmap.org Git - chef.git/blobdiff - roles/nominatim.rb
nftables: allow 169.254.169.0/24 and set log level to notice
[chef.git] / roles / nominatim.rb
index e79a7fce2bb141ce63c3d4a690f255cfa931134d..fca0d8ee0a29d035fda6a9efbbabb2c83f2f7a3a 100644 (file)
@@ -64,19 +64,7 @@ default_attributes(
     }
   },
   :nominatim => {
-    :dbadmins => %w[lonvia tomh],
-    :tablespaces => {
-      "dosm" => "/ssd/tablespaces/dosm",
-      "iosm" => "/ssd/tablespaces/iosm",
-      "dplace" => "/ssd/tablespaces/dplace",
-      "iplace" => "/ssd/tablespaces/iplace",
-      "daddress" => "/ssd/tablespaces/daddress",
-      "iaddress" => "/ssd/tablespaces/iaddress",
-      "dsearch" => "/ssd/tablespaces/dsearch",
-      "isearch" => "/ssd/tablespaces/isearch",
-      "daux" => "/ssd/tablespaces/daux",
-      "iaux" => "/ssd/tablespaces/iaux"
-    }
+    :dbadmins => %w[lonvia tomh]
   }
 )