From 6f533d1963b1ed8362c519b1179c047ea3627e9a Mon Sep 17 00:00:00 2001 From: Jelle van der Waa <jelle@archlinux.org> Date: Thu, 3 Jun 2021 22:02:54 +0200 Subject: [PATCH] Comment out TIER0_MIRROR_SECRET --- roles/archweb/templates/local_settings.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/archweb/templates/local_settings.py.j2 b/roles/archweb/templates/local_settings.py.j2 index d145d3ddd..5db526852 100644 --- a/roles/archweb/templates/local_settings.py.j2 +++ b/roles/archweb/templates/local_settings.py.j2 @@ -72,6 +72,6 @@ ALLOWED_HOSTS = [{% for host in archweb_allowed_hosts %}'{{ host }}', {% endfor PGP_SERVER = 'keyserver.ubuntu.com' TIER0_MIRROR_DOMAIN = 'repos.archlinux.org' -TIER0_MIRROR_SECRET = '{{ vault_archweb_x_sent_from_secret }}' +#TIER0_MIRROR_SECRET = '{{ vault_archweb_x_sent_from_secret }}' # vim: set ts=4 sw=4 et: -- GitLab