Enable postgres by default

Safe because postgres states are only applied to manager-type
nodes via top.sls and allowed_states.map.jinja.
This commit is contained in:
Mike Reeves
2026-04-09 12:23:47 -04:00
parent 61bdfb1a4b
commit 46e38d39bb

View File

@@ -1,5 +1,5 @@
postgres:
enabled: False
enabled: True
config:
listen_addresses: '*'
port: 5432