Skip to content

Commit d87f82b

Browse files
committed
fix: rm post-deploy dris
1 parent 6265138 commit d87f82b

File tree

1 file changed

+2
-13
lines changed

1 file changed

+2
-13
lines changed

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

Lines changed: 2 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -41,19 +41,8 @@ file:
4141
owner: postgres
4242
group: postgres
4343
mode: '0775'
44-
# Note: platform-defaults.conf and pgsodium_root.key are created at deploy time
45-
/etc/postgresql-custom/custom-overrides.conf:
46-
exists: true
47-
filetype: file
48-
owner: postgres
49-
group: postgres
50-
mode: '0664'
51-
/etc/postgresql-custom/generated-optimizations.conf:
52-
exists: true
53-
filetype: file
54-
owner: postgres
55-
group: postgres
56-
mode: '0664'
44+
# Note: platform-defaults.conf, pgsodium_root.key, custom-overrides.conf, and
45+
# generated-optimizations.conf are created at deploy time (not during AMI build)
5746
/etc/postgresql-custom/supautils.conf:
5847
exists: true
5948
filetype: file

0 commit comments

Comments
 (0)