diff --git a/states/postgresql/defaults.yaml b/states/postgresql/defaults.yaml index 07e0854..cea9f84 100644 --- a/states/postgresql/defaults.yaml +++ b/states/postgresql/defaults.yaml @@ -1,6 +1,6 @@ --- postgresql: - version: 13 + version: 15 packages: - repmgr extensions: @@ -12,6 +12,6 @@ postgresql: config: main: listen_addresses: "'*'" - port: 5433 + port: 5432 max_connections: 100 users: []