From 2eb5bcbcc91031497aa56b61b80e9d589251ff36 Mon Sep 17 00:00:00 2001 From: Alex Vandiver Date: Wed, 11 Sep 2024 12:22:58 -0400 Subject: [PATCH] install: Update postgresql.version comment to be more accurate. --- scripts/lib/install | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/scripts/lib/install b/scripts/lib/install index a49ad8815f..7066077c3e 100755 --- a/scripts/lib/install +++ b/scripts/lib/install @@ -441,8 +441,10 @@ EOF --write-catalog-summary \ --classfile=/var/lib/puppet/classes.txt - # We only need the PostgreSQL version setting on database hosts; but - # we don't know if this is a database host until we have the catalog summary. + # We only need the PostgreSQL version setting on database hosts, + # or hosts which talk directly to the database (e.g. application + # hosts); but we don't know if this is a database host until we + # have the catalog summary. if (! has_class "zulip::postgresql_common" && ! has_class "zulip::postgresql_client") || [ "$package_system" != apt ]; then crudini --del /etc/zulip/zulip.conf postgresql fi