mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
There is only one PostgreSQL database; the "appdb" is irrelevant. Also use "postgresql," as it is the name of the software, whereas "postgres" the name of the binary and colloquial name. This is minor cleanup, but enabled by the other renames in the previous commit.
5 lines
140 B
Puppet
5 lines
140 B
Puppet
# @summary Temporary shim for postgresql database server profile
|
|
class zulip::postgres_appdb_tuned {
|
|
include zulip::profile::postgresql
|
|
}
|