]> git.openstreetmap.org Git - chef.git/commitdiff
Add tilecache role to angor
authorTom Hughes <tom@compton.nu>
Fri, 10 Aug 2018 21:23:01 +0000 (22:23 +0100)
committerTom Hughes <tom@compton.nu>
Fri, 10 Aug 2018 21:23:37 +0000 (22:23 +0100)
roles/angor.rb

index b3021145c2498a0f53bd2ba90549a019fea91caf..ff735add6627da371ced92541920cb4f0d5220ff 100644 (file)
@@ -39,5 +39,6 @@ default_attributes(
 )
 
 run_list(
 )
 
 run_list(
-  "role[inxza]"
+  "role[inxza]",
+  "role[tilecache]"
 )
 )