]> git.openstreetmap.org Git - chef.git/commitdiff
Add vectortile roll to cmok
authorPaul Norman <penorman@mac.com>
Fri, 4 Oct 2024 18:26:16 +0000 (11:26 -0700)
committerTom Hughes <tom@compton.nu>
Tue, 8 Oct 2024 17:55:10 +0000 (18:55 +0100)
roles/cmok.rb

index 58aa1699489ea4555908fa44e93cfc61ac17d8b5..2c16e30c3099e7514874c77f2426bc820ae1ac1f 100644 (file)
@@ -35,5 +35,6 @@ default_attributes(
 )
 
 run_list(
 )
 
 run_list(
-  "role[cloudferro-waw3-2]"
+  "role[cloudferro-waw3-2]",
+  "role[vectortile]"
 )
 )