puppet-prod/hieradata/roles/infra/puppetdb/sql.yaml
Ben Vincent 5774ebd614 feat: manage pgsql settings for puppetdb
- deep merge postgresql_config_entries in common.yaml
- add postgresql_config_entries into a new hieradata/roles/infra/puppetdb/sql.yaml
- set puppetdb role to import the options
2024-05-12 16:36:43 +10:00

5 lines
80 B
YAML

---
postgresql_config_entries:
max_connections: 300
shared_buffers: '256MB'