From: Tom Hughes Date: Tue, 5 Dec 2017 15:55:29 +0000 (+0000) Subject: Remove tilecache role from komodo for now X-Git-Url: https://git.openstreetmap.org./chef.git/commitdiff_plain/c6c43038f6257e31b9ad9a77474af9bd51097c73 Remove tilecache role from komodo for now --- diff --git a/roles/komodo.rb b/roles/komodo.rb index 144301c3b..a83641b96 100644 --- a/roles/komodo.rb +++ b/roles/komodo.rb @@ -27,7 +27,5 @@ default_attributes( ) run_list( - "role[g5solutions]", - "role[geodns]", - "role[tilecache]" + "role[g5solutions]" )