Mailman: adapt to the new secrets format

This commit is contained in:
Aurélien Bompard 2016-09-16 08:15:20 +00:00
parent 62a8b7bb0b
commit 023debed40

View file

@ -18,8 +18,8 @@
{{ loop.index }}{% if not loop.last %},{% endif %}
{% endfor %}
],
"client_id": "{{ mailman_login_secrets[service_name].client_id }}",
"secret": "{{ mailman_login_secrets[service_name].secret }}",
"client_id": "{{ mailman_login_secrets[env][service_name].client_id }}",
"secret": "{{ mailman_login_secrets[env][service_name].secret }}",
"key": "",
"provider": "{{ service_data.provider }}"
},