Skip to content

Commit 8094d3b

Browse files
authored
fix: ensure default PG logrotate config is removed (#718)
* fix: ensure default PG logrotate config is removed * chore: bump version
1 parent 575b7c3 commit 8094d3b

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

ansible/tasks/finalize-ami.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,11 @@
7171
- { file: "logrotate-walg.conf" }
7272
- { file: "logrotate-postgres-auth.conf" }
7373

74+
- name: Ensure default Postgres logrotate config is removed
75+
file:
76+
path: /etc/logrotate.d/postgresql-common
77+
state: absent
78+
7479
- name: Disable cron access
7580
copy:
7681
src: files/cron.deny

common.vars.pkr.hcl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
postgres-version = "15.1.0.110"
1+
postgres-version = "15.1.0.111"

0 commit comments

Comments
 (0)