mirror of https://github.com/zulip/zulip.git
install: Update postgresql.version comment to be more accurate.
This commit is contained in:
parent
22300373d3
commit
2eb5bcbcc9
|
@ -441,8 +441,10 @@ EOF
|
||||||
--write-catalog-summary \
|
--write-catalog-summary \
|
||||||
--classfile=/var/lib/puppet/classes.txt
|
--classfile=/var/lib/puppet/classes.txt
|
||||||
|
|
||||||
# We only need the PostgreSQL version setting on database hosts; but
|
# We only need the PostgreSQL version setting on database hosts,
|
||||||
# we don't know if this is a database host until we have the catalog summary.
|
# 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
|
if (! has_class "zulip::postgresql_common" && ! has_class "zulip::postgresql_client") || [ "$package_system" != apt ]; then
|
||||||
crudini --del /etc/zulip/zulip.conf postgresql
|
crudini --del /etc/zulip/zulip.conf postgresql
|
||||||
fi
|
fi
|
||||||
|
|
Loading…
Reference in New Issue