ansible-taler-exchange

Ansible playbook to deploy a production Taler Exchange
Log | Files | Refs | Submodules | README | LICENSE

commit 1d7c20e6193c851df8f5b83c13e22236158a1bbb
parent aceed20abeb61e74aa025eea91a204b2d83451f1
Author: Christian Grothoff <christian@grothoff.org>
Date:   Sun,  4 May 2025 11:47:29 +0200

rename script for tos-acceptance post-processing

Diffstat:
Mroles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf | 14+++++++-------
1 file changed, 7 insertions(+), 7 deletions(-)

diff --git a/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf b/roles/exchange/files/etc/taler-exchange/conf.d/kyc-rules.conf @@ -160,34 +160,34 @@ VOLUNTARY = NO CONTEXT = {} # Form triggered via tops-check-controlling-entity after vqf-902.11 -[kyc-measure-form-902.9] +[kyc-measure-form-vqf-902.9] CHECK_NAME = form-vqf-902.9 PROGRAM = preserve-investigate VOLUNTARY = NO CONTEXT = {} -[kyc-measure-form-902.11] +[kyc-measure-form-vqf-902.11] CHECK_NAME = form-vqf-902.11 PROGRAM = tops-check-controlling-entity VOLUNTARY = NO CONTEXT = {} # FIXME: #9825 -#[kyc-measure-form-902.12] +#[kyc-measure-form-vqf-902.12] #CHECK_NAME = form-vqf-902.12 #PROGRAM = preserve-investigate #VOLUNTARY = NO #CONTEXT = {} # FIXME: #9827 -#[kyc-measure-form-902.13] +#[kyc-measure-form-vqf-902.13] #CHECK_NAME = form-vqf-902.13 #PROGRAM = preserve-investigate #VOLUNTARY = NO #CONTEXT = {} # FIXME: #9826 -#[kyc-measure-form-902.15] +#[kyc-measure-form-vqf-902.15] #CHECK_NAME = form-vqf-902.15 #PROGRAM = preserve-investigate #VOLUNTARY = NO @@ -381,8 +381,8 @@ FALLBACK = freeze-investigate # this program should require context 'tos_url' and 'provider_name' # and require attribute "ACCEPTED_TERMS_OF_SERVICE" [aml-program-check-tos] -DESCRIPTION = "Measure that enables deposits after the ToS have been accepted." -COMMAND = taler-exchange-helper-measure-enable-deposits +DESCRIPTION = "Measure that enables functions after the ToS have been accepted." +COMMAND = taler-exchange-helper-measure-validate-accepted-tos ENABLED = YES FALLBACK = freeze-investigate