]> git.openstreetmap.org Git - chef.git/blobdiff - roles/pummelzacken.rb
move pummelzacken to master version of nominatim
[chef.git] / roles / pummelzacken.rb
index 813bc7eaa0f24f4261378c1625c78e313fd91998..9f63dd0c0e3b295de01339bf8b2b069c6ae9aaac 100644 (file)
@@ -2,9 +2,6 @@ name "pummelzacken"
 description "Master role applied to pummelzacken"
 
 default_attributes(
-  :apt => {
-    :sources => ["postgresql"]
-  },
   :networking => {
     :interfaces => {
       :internal_ipv4 => {
@@ -29,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"
       }
     }
   },
@@ -49,12 +47,11 @@ default_attributes(
       "isearch" => "/ssd/tablespaces/isearch",
       "daux" => "/data/tablespaces/daux",
       "iaux" => "/data/tablespaces/iaux"
-    },
-    :revision => "cmake-port"
+    }
   }
 )
 
 run_list(
   "role[ucl-wolfson]",
-  "role[nominatim-base]"
+  "role[nominatim]"
 )