]> git.openstreetmap.org Git - chef.git/blobdiff - roles/komodo.rb
Make karm the database master
[chef.git] / roles / komodo.rb
index 004ce50a8230e7c60be5237dadeff9694c1f72bd..a83641b966b97c13d9b857734d5921ce1152a5a1 100644 (file)
@@ -15,7 +15,7 @@ default_attributes(
     }
   },
   :squid => {
-    :cache_mem => "12500 MB",
+    :cache_mem => "1500 MB",
     :cache_dir => "coss /store/squid/coss-01 128000 block-size=8192 max-size=262144 membufs=80"
   },
   :tilecache => {
@@ -27,7 +27,5 @@ default_attributes(
 )
 
 run_list(
-  "role[g5solutions]",
-  "role[geodns]",
-  "role[tilecache]"
+  "role[g5solutions]"
 )