]> git.openstreetmap.org Git - chef.git/blobdiff - roles/necrosan.rb
Update carto stylesheet to v4.23.0
[chef.git] / roles / necrosan.rb
index cfafe7e8551f011438ea40fdd0ed581a0c651090..f75812be673fda30792eafa2828e4e0e64f93c47 100644 (file)
@@ -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"
     ]
   }
 )