From 71468518419b5651fe0ab6596af4bde2a82fb543 Mon Sep 17 00:00:00 2001 From: Andrea Dell'Amico Date: Tue, 11 Feb 2020 17:41:47 +0100 Subject: [PATCH] No ' around the API password. --- templates/mailman.cfg.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/mailman.cfg.j2 b/templates/mailman.cfg.j2 index 22917c0..443e578 100644 --- a/templates/mailman.cfg.j2 +++ b/templates/mailman.cfg.j2 @@ -140,7 +140,7 @@ api_version: 3.1 admin_user: {{ mailman_api_user }} # The administrative password. -admin_pass: '{{ mailman_rest_api_pwd }}' +admin_pass: {{ mailman_rest_api_pwd }} # Number of workers to start. # http://docs.gunicorn.org/en/stable/settings.html#workers