puppet: Move zulip_ops::profile::postgres_appdb to postgresql.

This commit is contained in:
Alex Vandiver 2020-10-19 19:45:50 -07:00 committed by Tim Abbott
parent 9f25389bff
commit e7798d2797
3 changed files with 3 additions and 4 deletions

View File

@ -232,7 +232,7 @@ that they are up to date using the Nagios plugin at:
Zulip has database configuration for using Postgres streaming
replication. You can see the configuration in these files:
* `puppet/zulip_ops/manifests/profile/postgres_appdb.pp`
* `puppet/zulip_ops/manifests/profile/postgresql.pp`
* `puppet/zulip_ops/files/postgresql/*`
We use this configuration for Zulip Cloud, and it works well in

View File

@ -1,5 +1,4 @@
# postgres_appdb_tuned extends postgres_appdb_base by automatically
# generating tuned database configuration.
# @summary Extends postgresql_base by tuning the configuration.
class zulip::profile::postgresql {
include zulip::profile::base
include zulip::postgresql_base

View File

@ -1,4 +1,4 @@
class zulip_ops::profile::postgres_appdb {
class zulip_ops::profile::postgresql {
include zulip_ops::profile::base
include zulip::profile::postgresql
include zulip::postgresql_backups