From: Tom Hughes Date: Thu, 11 Sep 2014 10:48:26 +0000 (+0100) Subject: Remvoe tilecache role from viserion for now X-Git-Url: https://git.openstreetmap.org/chef.git/commitdiff_plain/c97689e0fcfa88381b9af0a6bd317c97c3c91c80 Remvoe tilecache role from viserion for now --- diff --git a/roles/viserion.rb b/roles/viserion.rb index 6179736d4..9f264a1bf 100644 --- a/roles/viserion.rb +++ b/roles/viserion.rb @@ -34,6 +34,5 @@ default_attributes( ) run_list( - "role[carnet]", - "role[tilecache]" + "role[carnet]" )