]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
CGIPassAuth needs to be in directory context
[chef.git] / roles / pummelzacken.rb
index 9fc103d9e791b6391e2cbe568d91a12e4ef2819e..76d2df6421d566215e0c9a44a0e6adccf9b299a3 100644 (file)
@@ -26,7 +26,8 @@ default_attributes(
         :work_mem => "160MB",
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
-        :effective_cache_size => "60GB"
+        :effective_cache_size => "60GB",
+        :fsync => "on"
       }
     }
   },
@@ -53,5 +54,5 @@ default_attributes(
 
 run_list(
   "role[ucl-wolfson]",
-  "role[nominatim-base]"
+  "role[nominatim]"
 )