gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ansible-taler-exchange] branch master updated: use SANCTION_LIST in tem


From: Admin
Subject: [ansible-taler-exchange] branch master updated: use SANCTION_LIST in template only if defined
Date: Fri, 13 Jun 2025 00:27:37 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository ansible-taler-exchange.

The following commit(s) were added to refs/heads/master by this push:
     new 9a39578  use SANCTION_LIST in template only if defined
9a39578 is described below

commit 9a39578788de04ea9c31f3b1a7a12875ec59c55b
Author: Florian Dold <florian@dold.me>
AuthorDate: Fri Jun 13 00:27:34 2025 +0200

    use SANCTION_LIST in template only if defined
---
 .../templates/etc/taler-exchange/conf.d/exchange-business.conf.j2     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/roles/exchange/templates/etc/taler-exchange/conf.d/exchange-business.conf.j2 
b/roles/exchange/templates/etc/taler-exchange/conf.d/exchange-business.conf.j2
index 7d8cd8d..94ca3df 100644
--- 
a/roles/exchange/templates/etc/taler-exchange/conf.d/exchange-business.conf.j2
+++ 
b/roles/exchange/templates/etc/taler-exchange/conf.d/exchange-business.conf.j2
@@ -50,13 +50,13 @@ PAYTO_URI = {{ EXCHANGE_BANK_ACCOUNT_PAYTO }}
 
 WIRE_METHOD = iban
 
-
+{% if SANCTION_LIST is defined %}
 [exchange-sanctionscheck]
 RATER_COMMAND = /usr/bin/robocop /var/lib/taler-exchange/{{ SANCTION_LIST }}
 
 # Name where we store the sanctions check offset.
 MIN_ROW_FILENAME = ${HOME}/.cache/sanctionscheck-offset.bin
-
+{% endif %}
 
 # Credentials to access the account are in a separate
 # config file with restricted permissions.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]