]> git.openstreetmap.org Git - chef.git/commitdiff
Remove tilecache role from angor
authorGrant Slater <git@firefishy.com>
Sat, 6 May 2017 14:28:30 +0000 (15:28 +0100)
committerGrant Slater <git@firefishy.com>
Sat, 6 May 2017 14:28:30 +0000 (15:28 +0100)
roles/angor.rb

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