From 6881360b9f1850d73de79e8a76ac41aad00b620e Mon Sep 17 00:00:00 2001 From: Robert Kaussow Date: Tue, 13 Aug 2024 10:50:59 +0200 Subject: [PATCH] fix jinja template --- templates/etc/containers/systemd/postgres.env.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/etc/containers/systemd/postgres.env.j2 b/templates/etc/containers/systemd/postgres.env.j2 index 0caef7b..17b3010 100644 --- a/templates/etc/containers/systemd/postgres.env.j2 +++ b/templates/etc/containers/systemd/postgres.env.j2 @@ -7,7 +7,7 @@ POSTGRES_PASSWORD={{ postgres_password }} {% if postgres_app_user is defined and postgres_app_password is defined %} POSTGRES_APP_USER={{ postgres_app_user }} POSTGRES_APP_PASSWORD={{ postgres_app_password }} -{% enfif %} +{% endif %} POSTGRES_DB={{ postgres_db }} {% if postgres_host_auth_method is defined %}