]> git.openstreetmap.org Git - chef.git/blobdiff - roles/stormfly-02.rb
Limit persistent connections to five minutes for squid 4
[chef.git] / roles / stormfly-02.rb
index 54f42d5b4baafb1cab7eb4419bd1a4a1302ef985..71e6b5d7cf079a45a0891cf1f150b31c9beed2ad 100644 (file)
@@ -3,7 +3,6 @@ description "Master role applied to stormfly-02"
 
 default_attributes(
   :networking => {
-    :netplan => true,
     :interfaces => {
       :external_ipv4 => {
         :interface => "em1",
@@ -24,13 +23,8 @@ default_attributes(
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
-    :tile_parent => "corvallis.render.openstreetmap.org",
-    :tile_siblings => [
-      "ascalon.openstreetmap.org",
-      "jakelong.openstreetmap.org",
-      "nepomuk.openstreetmap.org",
-      "lurien.openstreetmap.org"
-    ]
+    :tile_parent => "usa.render.openstreetmap.org",
+    :tile_siblings => []
   }
 )