From: Tom Hughes Date: Tue, 25 Nov 2014 20:22:19 +0000 (+0000) Subject: Remove tilecache role from saphira for now X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/ab853bf150a4c6acb198d623ed56998682969927?ds=inline Remove tilecache role from saphira for now --- diff --git a/roles/saphira.rb b/roles/saphira.rb index b05bcbae6..b56d76cff 100644 --- a/roles/saphira.rb +++ b/roles/saphira.rb @@ -39,6 +39,5 @@ default_attributes( ) run_list( - "role[jump]", - "role[tilecache]" + "role[jump]" )