install: Add a comment on crudini deletion.

This commit is contained in:
Tim Abbott
2020-07-01 15:13:00 -07:00
parent 6df99677d3
commit ab1ee1f061

View File

@@ -362,6 +362,8 @@ EOF
--classfile=/var/lib/puppet/classes.txt \
>/dev/null
# We only need the postgres version setting on database hosts; but
# we don't know if this is a database host until we have the catalog summary.
if ! has_class "zulip::postgres_common" || [ "$package_system" != apt ]; then
crudini --del /etc/zulip/zulip.conf postgresql
fi