Skip to content

Commit b2a64fd

Browse files
committed
fix(postgresql.conf): revert the location of include_dir back to absolute path
1 parent 6ce9f8b commit b2a64fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ansible/files/postgresql_config/postgresql.conf.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -158,4 +158,4 @@ jit_provider = 'llvmjit' # JIT library to use
158158
# default postgresql.conf. Note that these are directives, not variable
159159
# assignments, so they can usefully be given more than once.
160160

161-
include_dir = '../postgresql-custom' # include files ending in '.conf' from a directory, e.g., 'conf.d'
161+
include_dir = '/etc/postgresql-custom' # include files ending in '.conf' from a directory, e.g., 'conf.d'

0 commit comments

Comments
 (0)