We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3aca36a commit 1229684Copy full SHA for 1229684
audit-specs/baselines/ami-build/files-postgres-config.yml
@@ -60,13 +60,19 @@ file:
60
owner: postgres
61
group: postgres
62
mode: '0664'
63
- /etc/postgresql-custom/wal-g.conf:
+ /etc/postgresql-custom/conf.d:
64
+ exists: true
65
+ filetype: directory
66
+ owner: postgres
67
+ group: postgres
68
+ mode: '0775'
69
+ /etc/postgresql-custom/conf.d/wal-g.conf:
70
exists: true
71
filetype: file
72
73
74
- /etc/postgresql-custom/read-replica.conf:
75
+ /etc/postgresql-custom/conf.d/read_replica.conf:
76
77
78
0 commit comments