From c02f293a092e7f1f6261cea491e04950b384de61 Mon Sep 17 00:00:00 2001 From: Mike Gabriel Date: Fri, 31 Jan 2025 14:07:19 +0100 Subject: sbin/itzks-puppet-renew-ssl: Unset http_proxy/https_proxy before running 'puppet agent'. --- sbin/itzks-puppet-renew-ssl | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sbin/itzks-puppet-renew-ssl') diff --git a/sbin/itzks-puppet-renew-ssl b/sbin/itzks-puppet-renew-ssl index 51f2007..a7ed6fd 100755 --- a/sbin/itzks-puppet-renew-ssl +++ b/sbin/itzks-puppet-renew-ssl @@ -41,6 +41,8 @@ else read -p "PRESS ANY KEY WHEN DONE" fi +unset http_proxy +unset https_proxy puppet agent --test --waitforcert 0 -- cgit v1.2.3