summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-01-31 14:07:19 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2025-01-31 14:07:19 +0100
commitc02f293a092e7f1f6261cea491e04950b384de61 (patch)
tree713b04405ddc3481803baa9804a3dad921227400
parent3edf1e35a8d5e83e76506b54f1b3ec25459146c6 (diff)
downloaditzks-systems-c02f293a092e7f1f6261cea491e04950b384de61.tar.gz
itzks-systems-c02f293a092e7f1f6261cea491e04950b384de61.tar.bz2
itzks-systems-c02f293a092e7f1f6261cea491e04950b384de61.zip
sbin/itzks-puppet-renew-ssl: Unset http_proxy/https_proxy before running 'puppet agent'.
-rwxr-xr-xsbin/itzks-puppet-renew-ssl2
1 files changed, 2 insertions, 0 deletions
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