]> git.openstreetmap.org Git - chef.git/commitdiff
Remove tilecache role from saphira for now
authorTom Hughes <tom@compton.nu>
Tue, 25 Nov 2014 20:22:19 +0000 (20:22 +0000)
committerTom Hughes <tom@compton.nu>
Tue, 25 Nov 2014 20:22:19 +0000 (20:22 +0000)
roles/saphira.rb

index b05bcbae63460f56a7c9cba845af3f11d3bf2b54..b56d76cfffd92cff220f3c16e54256ff13c0dcb6 100644 (file)
@@ -39,6 +39,5 @@ default_attributes(
 )
 
 run_list(
-  "role[jump]",
-  "role[tilecache]"
+  "role[jump]"
 )