From 6645ec36c1785e3c05162da277914f32d02a3d63 Mon Sep 17 00:00:00 2001 From: "Dustin C. Hatch" Date: Tue, 27 Feb 2024 17:42:10 -0600 Subject: [PATCH] r/dch-yum: Explicitly disable proxy for repo *unifi1.pyrocufflink.blue* requires a proxy to access Yum repositories on the Internet, so it has the `proxy` setting configured globally. The proxy does NOT allow access to internal resources, however. The internal repository is directly accessible by that machine, so it needs to be configured thus. --- roles/dch-yum/files/dch.repo | 1 + 1 file changed, 1 insertion(+) diff --git a/roles/dch-yum/files/dch.repo b/roles/dch-yum/files/dch.repo index 2f1227c..2b937dd 100644 --- a/roles/dch-yum/files/dch.repo +++ b/roles/dch-yum/files/dch.repo @@ -4,3 +4,4 @@ baseurl=https://files.pyrocufflink.blue/yum/dch/fedora/$releasever gpgkey=https://files.pyrocufflink.blue/yum/dch/gnupg.pub gpgcheck=1 skip_if_unavailable=true +proxy=_none_