X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/04525d734a2014790eac3a886edf537923552ca8..d442b3bd417ca0dca1d97945f5413aa7a5c141b6:/roles/angor.rb diff --git a/roles/angor.rb b/roles/angor.rb index ff735add6..65dfc1ed1 100644 --- a/roles/angor.rb +++ b/roles/angor.rb @@ -29,7 +29,6 @@ default_attributes( :tilecache => { :tile_parent => "capetown.render.openstreetmap.org", :tile_siblings => [ - "trogdor.openstreetmap.org", "katie.openstreetmap.org", "konqi.openstreetmap.org", "ridgeback.openstreetmap.org", @@ -40,5 +39,6 @@ default_attributes( run_list( "role[inxza]", - "role[tilecache]" + "role[tilecache]", + "role[ftp]" )