Skip to content

Commit 1229684

Browse files
committed
fix: update conf.d
1 parent 3aca36a commit 1229684

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

audit-specs/baselines/ami-build/files-postgres-config.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,19 @@ file:
6060
owner: postgres
6161
group: postgres
6262
mode: '0664'
63-
/etc/postgresql-custom/wal-g.conf:
63+
/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:
6470
exists: true
6571
filetype: file
6672
owner: postgres
6773
group: postgres
6874
mode: '0664'
69-
/etc/postgresql-custom/read-replica.conf:
75+
/etc/postgresql-custom/conf.d/read_replica.conf:
7076
exists: true
7177
filetype: file
7278
owner: postgres

0 commit comments

Comments
 (0)