From 5f9505007025260f95730bc62746d6636bb474e2 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Thu, 20 Feb 2025 00:27:54 -0800 Subject: [PATCH 1/1] Turn on dribble updates but keep tile updates off --- roles/dribble.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/dribble.rb b/roles/dribble.rb index 1443b889b..509cc95ff 100644 --- a/roles/dribble.rb +++ b/roles/dribble.rb @@ -59,7 +59,7 @@ default_attributes( }, :vectortile => { :replication => { - :status => :disabled, + :status => :enabled, :tileupdate => :disabled }, :tilekiln => { -- 2.39.5