mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2026-06-22 02:08:07 +02:00
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:
@@ -1,5 +1,5 @@
|
|||||||
postgres:
|
postgres:
|
||||||
enabled: False
|
enabled: True
|
||||||
config:
|
config:
|
||||||
listen_addresses: '*'
|
listen_addresses: '*'
|
||||||
port: 5432
|
port: 5432
|
||||||
|
|||||||
Reference in New Issue
Block a user