X-Git-Url: https://git.openstreetmap.org/chef.git/blobdiff_plain/586bf07eb0c3f1cdf6f5afcea9bd7ea81cde8564..ee668218da1e9d167af302e601e787e511354710:/roles/noomoahk.rb diff --git a/roles/noomoahk.rb b/roles/noomoahk.rb index 332db425b..eaceb1831 100644 --- a/roles/noomoahk.rb +++ b/roles/noomoahk.rb @@ -3,7 +3,6 @@ description "Master role applied to noomoahk" default_attributes( :networking => { - :netplan => true, :interfaces => { :external_ipv4 => { :interface => "ens3", @@ -30,11 +29,13 @@ default_attributes( :tilecache => { :tile_parent => "france.render.openstreetmap.org", :tile_siblings => [ + # "necrosan.openstreetmap.org", # IO Overloaded "nepomuk.openstreetmap.org", + # "noomoahk.openstreetmap.org", "norbert.openstreetmap.org", - "necrosan.openstreetmap.org", "ladon.openstreetmap.org", - "culebre.openstreetmap.org" + "culebre.openstreetmap.org", + "gorynych.openstreetmap.org" ] } )