diff options
Diffstat (limited to 'sbin/itzks-puppet-renew-ssl')
-rwxr-xr-x | sbin/itzks-puppet-renew-ssl | 2 |
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 |