]> git.openstreetmap.org Git - chef.git/blobdiff - roles/dev.rb
Allow replication connections to slave databases
[chef.git] / roles / dev.rb
index 5d2c36edb5c80e5b93cb434bb1b5ad141dca89d6..c41dda8dc35a51c50102a51f3f9f51fbf5af4c4d 100644 (file)
@@ -58,6 +58,7 @@ default_attributes(
       :cobra => { :status => :user },
       :ppawel => { :status => :user },
       :simon04 => { :status => :user },
+      :jeslop => { :status => :user },
       :jfire => { :status => :user },
       :malenki => { :status => :user },
       :lonvia => { :status => :user },
@@ -126,7 +127,7 @@ default_attributes(
     }
   },
   :postgresql => {
-    :versions => ["14"],
+    :versions => ["15"],
     :settings => {
       :defaults => {
         :max_connections => "500",
@@ -136,7 +137,7 @@ default_attributes(
         :max_stack_depth => "4MB",
         :effective_cache_size => "4GB"
       },
-      "14" => {
+      "15" => {
         :port => "5432",
         :wal_level => "logical",
         :max_replication_slots => "1"