mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
install: Support PostgreSQL 17.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
d11537a8cd
commit
818742c62b
@@ -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,
|
||||
|
Reference in New Issue
Block a user