From: Paul Norman Date: Fri, 4 Oct 2024 18:26:16 +0000 (-0700) Subject: Add vectortile roll to cmok X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/3e9826e33150fe90d73676118a643b642d7736cc Add vectortile roll to cmok --- diff --git a/roles/cmok.rb b/roles/cmok.rb index 58aa16994..2c16e30c3 100644 --- a/roles/cmok.rb +++ b/roles/cmok.rb @@ -35,5 +35,6 @@ default_attributes( ) run_list( - "role[cloudferro-waw3-2]" + "role[cloudferro-waw3-2]", + "role[vectortile]" )