tmatilai / vagrant-proxyconf

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

Enable option hash not being obeyed #104

Closed pmyjavec closed 9 years ago

pmyjavec commented 9 years ago

I'm having some issues with disabling the Docker proxy config. As per the documentation the following is still restarting Docker inside my EL 6 vagrant machine.

This is causing me some hell as there some issues when restarting the Docker process and running containers on EL6.

To disable Docker configuration I'm setting the following in my Vagrantfile

config.proxy.enabled = { svn: false, docker: false }

otahi commented 9 years ago

Sorry for inconvenient. This is not released yet and @tmatilai will release in near future. Please use develop version if you need now. See wiki page.

tmatilai commented 9 years ago

The future is here! ;) Version 1.5.0 has just been released, you can upgrade to it with vagrant plugin install vagrant-proxyconf. It might also fix your restart issues via #92.

The README in this repository always follows the development version. The documentation for the latest release can be found in http://tmatilai.github.io/vagrant-proxyconf/

otahi commented 9 years ago

@tmatilai Thank you!!!