]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dulcy.rb
use postgres 9.6 on dulcy
[chef.git] / roles / dulcy.rb
index 6e78549ece36d0fdd4869684f84906f73bcae539..b12b55110346a3265d1148d543cbacc9d4dce143 100644 (file)
@@ -27,7 +27,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["9.5"],
+    :versions => ["9.6"],
     :settings => {
       :defaults => {
         :work_mem => "300MB",
@@ -39,9 +39,11 @@ default_attributes(
     }
   },
   :nominatim => {
-    :state => "off",
+    :state => "standalone",
+    :enable_backup => false,
+    :enable_git_updates => false,
     :dbadmins => %w(lonvia tomh),
-    :dbcluster => "9.5/main",
+    :dbcluster => "9.6/main",
     :flatnode_file => "/ssd/nominatim/nodes.store",
     :logdir => "/ssd/nominatim/log",
     :tablespaces => {
@@ -70,5 +72,5 @@ default_attributes(
 
 run_list(
   "role[ic]",
-  "role[nominatim-base]"
+  "role[nominatim]"
 )