X-Git-Url: https://git.openstreetmap.org./chef.git/blobdiff_plain/f66588e69a4d002cc2a02ee78bd47515bb409970..ec14982b237b969c49b9502c7059926fe0403c1d:/roles/stormfly-01.rb diff --git a/roles/stormfly-01.rb b/roles/stormfly-01.rb index 8d1830e2e..bbd90d35e 100644 --- a/roles/stormfly-01.rb +++ b/roles/stormfly-01.rb @@ -39,16 +39,12 @@ default_attributes( } }, :tilecache => { - :tile_parent => "corvallis.render.openstreetmap.org", - :tile_siblings => [ - "stormfly-02.openstreetmap.org" - ] + :tile_parent => "corvallis.render.openstreetmap.org" } ) run_list( "role[osuosl]", "role[hp-dl360-g6]", - "role[geodns]", "role[tilecache]" )