install: Support PostgreSQL 17.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2025-04-07 13:37:53 -07:00
committed by Tim Abbott
parent d11537a8cd
commit 818742c62b
7 changed files with 23 additions and 13 deletions

View File

@@ -40,7 +40,7 @@ class zulip::profile::postgresql {
mode => '0644',
content => template("zulip/postgresql/${version}/postgresql.conf.template.erb"),
}
} elsif $version in ['15', '16'] {
} elsif $version in ['15', '16', '17'] {
$postgresql_conf_file = "${zulip::postgresql_base::postgresql_confdir}/conf.d/zulip.conf"
file { $postgresql_conf_file:
ensure => file,