benvin/gitea_cluster (#335)
Reviewed-on: https://git.query.consul/unkinben/puppet-prod/pulls/335
This commit was merged in pull request #335.
This commit is contained in:
@@ -15,6 +15,16 @@ profiles::sql::patroni::cluster_name: "patroni-shared-%{facts.environment}"
|
||||
profiles::sql::patroni::postgres_exporter_enabled: true
|
||||
profiles::sql::patroni::postgres_exporter_user: postgres_exporter
|
||||
profiles::sql::patroni::pgsql_version: "17"
|
||||
patroni::bootstrap_pg_hba:
|
||||
- 'local all postgres ident'
|
||||
- 'host all all 0.0.0.0/0 md5'
|
||||
- 'host gitea gitea 0.0.0.0/0 scram-sha-256'
|
||||
- 'host replication repl 0.0.0.0/0 md5'
|
||||
patroni::pgsql_pg_hba:
|
||||
- 'local all postgres ident'
|
||||
- 'host all all 0.0.0.0/0 md5'
|
||||
- 'host gitea gitea 0.0.0.0/0 scram-sha-256'
|
||||
- 'host replication repl 0.0.0.0/0 md5'
|
||||
|
||||
python::manage_dev_package: false
|
||||
|
||||
|
||||
Reference in New Issue
Block a user