From 68e13add8d45769ab03ce88aba476769bbbb2e03 Mon Sep 17 00:00:00 2001 From: dissolution <50195845+SDV109@users.noreply.github.com> Date: Fri, 6 Dec 2024 22:18:43 +0700 Subject: [PATCH] pgBackRest: update configuration file include-path option (#829) --- automation/roles/pgbackrest/templates/pgbackrest.server.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/roles/pgbackrest/templates/pgbackrest.server.conf.j2 b/automation/roles/pgbackrest/templates/pgbackrest.server.conf.j2 index e60b52bd2..c4a1f5388 100644 --- a/automation/roles/pgbackrest/templates/pgbackrest.server.conf.j2 +++ b/automation/roles/pgbackrest/templates/pgbackrest.server.conf.j2 @@ -4,5 +4,5 @@ {% endfor %} # Include stanzas configuration files -include-path = {{ pgbackrest_conf_file | dirname }}/conf.d +repo1-host-config-include-path = {{ pgbackrest_conf_file | dirname }}/conf.d