]> git.openstreetmap.org Git - chef.git/blobdiff - roles/kalessin.rb
Add role for firnen
[chef.git] / roles / kalessin.rb
index 2ab415ca5e039d11962315683dcbd975f0c021e9..1a094e65e4e8b8b4a186b401680323d420bf769e 100644 (file)
@@ -3,7 +3,7 @@ description "Master role applied to kalessin"
 
 default_attributes(
   :hardware => {
-    :shm_size => "18g"
+    :shm_size => "20g"
   },
   :networking => {
     :interfaces => {
@@ -38,6 +38,7 @@ default_attributes(
   :nginx => {
     :cache => {
       :proxy => {
+        :keys_zone => "proxy_cache_zone:64M",
         :max_size => "2048M"
       }
     }
@@ -49,6 +50,5 @@ default_attributes(
 
 run_list(
   "role[ffrl]",
-  "role[geodns]",
   "role[tilecache]"
 )