]> git.openstreetmap.org Git - chef.git/blobdiff - roles/kalessin.rb
Add kitchen-dokken as a new provider in the kitchen configuration
[chef.git] / roles / kalessin.rb
index 2ab415ca5e039d11962315683dcbd975f0c021e9..f8e17d7e6bf70fcbd3838f7a69d8995759106e8c 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"
       }
     }