mirror of
https://github.com/saltstack-formulas/postgres-formula.git
synced 2025-04-16 01:30:25 +00:00
Better data directory permission
Postgresql won't start without directory permission 0700.
This commit is contained in:
parent
bc72dff950
commit
b5e3fdd3b0
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ postgres:
|
|||
env: []
|
||||
|
||||
conf_dir: /var/lib/pgsql/data
|
||||
conf_dir_mode: '0775'
|
||||
conf_dir_mode: '0700'
|
||||
postgresconf: ""
|
||||
|
||||
macos:
|
||||
|
|
Loading…
Add table
Reference in a new issue