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