]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
put dulcy back into production
[chef.git] / roles / dulcy.rb
index 619dc6860134753a6b615a363ca536934103500e..98c938615378e8289ef4560400b2e7ef355b94d3 100644 (file)
@@ -35,13 +35,13 @@ default_attributes(
         :maintenance_work_mem => "10GB",
         :random_page_cost => "1.5",
         :effective_cache_size => "60GB",
-        :fsync => "off",
+        :fsync => "on",
         :effective_io_concurrency => "500"
       }
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
     :enable_backup => false,
     :enable_git_updates => true,
     :dbadmins => %w[lonvia tomh],