]> git.openstreetmap.org Git - chef.git/blobdiff - cookbooks/community/templates/default/data.yml.erb
community: fix the acme redirect templating madness
[chef.git] / cookbooks / community / templates / default / data.yml.erb
index c5c59d2884cea75a777babf715a85126d582ed4e..37573874eb0ebb09c77b8f23854f7e175e622eee 100644 (file)
@@ -3,7 +3,7 @@
 #
 
 templates:
-  - "templates/postgres.13.template.yml" # NOTE UPDATE THE HOOK REPLACE FOR MAX CONNECTIONS BELOW
+  - "templates/postgres.15.template.yml" # NOTE UPDATE THE HOOK REPLACE FOR MAX CONNECTIONS BELOW
   - "templates/redis.template.yml"
 
 # any extra arguments for Docker?
@@ -51,6 +51,6 @@ hooks:
 run:
   # Make sure this matches the postgresql version template above
   - replace:
-      filename: "/etc/postgresql/13/main/postgresql.conf"
+      filename: "/etc/postgresql/15/main/postgresql.conf"
       from: /#?max_connections *=.*/
       to: "max_connections = $db_max_connections"