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 %}