From a2e19723895b0cc34ea82e459c00b7c596e8bba5 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Wed, 29 May 2024 09:55:38 +0200 Subject: [PATCH] fix: cache Mozilla and Element repository --- salt/sys-cacher/files/server/conf/acng.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/salt/sys-cacher/files/server/conf/acng.conf b/salt/sys-cacher/files/server/conf/acng.conf index 702b167..09f2d18 100644 --- a/salt/sys-cacher/files/server/conf/acng.conf +++ b/salt/sys-cacher/files/server/conf/acng.conf @@ -88,10 +88,12 @@ Remap-slrep: file:sl_mirrors # Scientific Linux Remap-uburep: file:ubuntu_mirrors /ubuntu ; file:backends_ubuntu # Ubuntu Archives # Qusal external repositories Remap-dockerrep: https://download.docker.com http://download.docker.com +Remap-elementrep: https://packages.element.io http://packages.element.io Remap-googlerep: https://dl.google.com http://dl.google.com Remap-hashicorprep: https://apt.releases.hashicorp.com http://apt.releases.hashicorp.com Remap-kicksecuredebrep: https://deb.kicksecure.com http://deb.kicksecure.com Remap-launchpadrep: https://ppa.launchpad.net http://ppa.launchpad.net +Remap-mozillarep: https://packages.mozilla.org http://packages.mozilla.org Remap-opentofurep: https://packages.opentofu.org http://packages.opentofu.org Remap-qubesdebrep: https://deb.qubes-os.org http://deb.qubes-os.org Remap-qubesyumrep: https://yum.qubes-os.org http://yum.qubes-os.org