File tree Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Expand file tree Collapse file tree 3 files changed +11
-1
lines changed Original file line number Diff line number Diff line change
1
+ # unchanged from upstream package
2
+ d /run/postgresql 2775 postgres postgres - -
3
+ # Log directory - ensure that our logging setup gets preserved
4
+ # and that vector can keep writing to a file here as well
5
+ d /var/log/postgresql 1775 postgres postgres - -
Original file line number Diff line number Diff line change 56
56
src : files/vector.service.j2
57
57
dest : /etc/systemd/system/vector.service
58
58
59
+ - name : configure tmpfiles for postgres - overwrites upstream package
60
+ template :
61
+ src : files/postgresql_config/tmpfiles.postgresql.conf
62
+ dest : /etc/tmpfiles.d/postgresql-common.conf
63
+
59
64
- name : fix permissions for vector config to be managed
60
65
shell :
61
66
cmd : |
Original file line number Diff line number Diff line change 1
- postgres-version = " 15.1.1.16 "
1
+ postgres-version = " 15.1.1.17 "
You can’t perform that action at this time.
0 commit comments