Files
zulip/puppet/zulip/manifests/postgres_appdb_tuned.pp
Alex Vandiver 188af57296 puppet: Rename postgres_appdb to postgresql.
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.
2020-10-27 13:29:19 -07:00

5 lines
140 B
Puppet

# @summary Temporary shim for postgresql database server profile
class zulip::postgres_appdb_tuned {
include zulip::profile::postgresql
}