Skip to content

Commit 6ce9f8b

Browse files
committed
refactor(postgresql.conf): use relative path to include_dir
1 parent 0c932e9 commit 6ce9f8b

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 = '/etc/postgresql-custom' # include files ending in '.conf' from a directory, e.g., 'conf.d'
161+
include_dir = '../postgresql-custom' # include files ending in '.conf' from a directory, e.g., 'conf.d'

0 commit comments

Comments
 (0)