X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/f66588e69a4d002cc2a02ee78bd47515bb409970..2d6d56f75a35f748f19411b043b7fc430bdb3c6e:/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]" )