tmatilai / vagrant-proxyconf

Vagrant plugin that configures the virtual machine to use proxies
MIT License
531 stars 74 forks source link

Unconfigure env_proxy correctly on windows guests. #242

Open jbrouault opened 1 year ago

jbrouault commented 1 year ago

The documentation states the following:

Empty string ("") or false in any setting also force the configuration files to be written, but without configuration for that key. Can be used to clear the old configuration and/or override a global setting.

It works as stated for Linux guests, but not for Windows guests. The attached patch tries to resolve that.