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
This commit is contained in:
2024-05-12 16:24:53 +10:00
parent 9eacb9ec08
commit 5774ebd614
3 changed files with 15 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
---
postgresql_config_entries:
max_connections: 300
shared_buffers: '256MB'