Skip to content

Commit 89fa6e8

Browse files
Merge pull request #210 from mkotsbak/patch-1
Better default data directory permission
2 parents bc72dff + b5e3fdd commit 89fa6e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgres/defaults.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ postgres:
2121
env: []
2222

2323
conf_dir: /var/lib/pgsql/data
24-
conf_dir_mode: '0775'
24+
conf_dir_mode: '0700'
2525
postgresconf: ""
2626

2727
macos:

0 commit comments

Comments
 (0)