]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
Update bundle
[chef.git] / roles / dulcy.rb
index 6e78549ece36d0fdd4869684f84906f73bcae539..a1e930e788472d89eb62c6c7b64d036a3c777673 100644 (file)
@@ -34,12 +34,13 @@ default_attributes(
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
-        :fsync => "off"
+        :fsync => "on"
       }
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
+    :enable_backup => false,
     :dbadmins => %w(lonvia tomh),
     :dbcluster => "9.5/main",
     :flatnode_file => "/ssd/nominatim/nodes.store",
@@ -70,5 +71,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[nominatim-base]"
+  "role[nominatim]"
 )