X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/8a3859468e02e585f7ac43b1e2f7eef7349a50e3..50490c2f1235ee4db07c22775f98eb0a3563ef45:/roles/stormfly-02.rb diff --git a/roles/stormfly-02.rb b/roles/stormfly-02.rb index 9c9a63519..25f435735 100644 --- a/roles/stormfly-02.rb +++ b/roles/stormfly-02.rb @@ -3,7 +3,7 @@ description "Master role applied to stormfly-02" default_attributes( :hardware => { - :shm_size => "36g" + :shm_size => "38g" }, :networking => { :interfaces => { @@ -32,8 +32,7 @@ default_attributes( ] }, :tilecache => { - :tile_parent => "usa.render.openstreetmap.org", - :tile_siblings => [] + :tile_parent => "corvallis.render.openstreetmap.org" } )