]> git.openstreetmap.org Git - chef.git/blobdiff - roles/ridgeback.rb
Update chef client to 11.10.0
[chef.git] / roles / ridgeback.rb
index cc6deb36bfad92076d99dbdbe7302a43a9e24c4d..90f1c11bd107515788de9cc3ff2ae3d9fb8504ee 100644 (file)
@@ -28,6 +28,24 @@ default_attributes(
   :squid => {
     :cache_mem => "5500 MB",
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
+  },
+  :tilecache => {
+    :tile_parent => "oslo.render.openstreetmap.org",
+    :tile_siblings => [
+      "fume.openstreetmap.org",
+      "trogdor.openstreetmap.org",
+      "tabaluga.openstreetmap.org",
+      "nepomuk.openstreetmap.org"
+    ]
+  },
+  :munin => {
+    :plugins => {
+      :smart_sdb => {
+        :smartctl_exit_status => {
+          :warning => 8
+        }
+      }
+    }
   }
 )