]> git.openstreetmap.org Git - chef.git/commitdiff
Turn off dribble serving and update tilekiln
authorPaul Norman <penorman@mac.com>
Wed, 19 Feb 2025 22:12:05 +0000 (14:12 -0800)
committerPaul Norman <penorman@mac.com>
Wed, 19 Feb 2025 22:12:05 +0000 (14:12 -0800)
roles/dribble.rb

index 33707cfa495ece91fde969b3eaf0c24322c0b844..1443b889b393265e0d80096660a375dc3c4ceaa0 100644 (file)
@@ -56,6 +56,15 @@ default_attributes(
         :effective_cache_size => "350GB"
       }
     }
+  },
+  :vectortile => {
+    :replication => {
+      :status => :disabled,
+      :tileupdate => :disabled
+    },
+    :tilekiln => {
+      :version => "0.7.0"
+    }
   }
 )