From 9ab7844dc78a46f32e1fcaa8b3f637c12c7608d4 Mon Sep 17 00:00:00 2001 From: Paul Norman Date: Sat, 29 Aug 2026 00:45:22 -0700 Subject: [PATCH] vector: enable cmok replication --- roles/cmok.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/cmok.rb b/roles/cmok.rb index 539c86917..43a6c1e47 100644 --- a/roles/cmok.rb +++ b/roles/cmok.rb @@ -25,7 +25,7 @@ default_attributes( }, :vectortile => { :replication => { - :enabled => false, + :enabled => true, :tileupdate => false } }, -- 2.47.3