tmatilai/vagrant-proxyconf

Trigger proxy_conf on vagrant ssh

hinstef opened this issue · 2 comments

I'm installing all sorts of packages like docker, python and npm via ansible. So when I do vagrant up on a fresh machine the stuff is installed. When I log in with vagrant ssh after the provisioning is done none of the proxies are set since proxyconf was only triggered once on the first vagrant up when it was still dealing with an empty base image.
The only way I found thus far getting around this issue is to provision again after the first provisioning.
So what would be great if proxyconf would also set the proxies when logging in via vagrant ssh

@hinstef - I apologize you are having issues with this plugin. If you'd like further help I'd highly recommend you provide your Vagrantfile and steps needed to reproduce this problem. Without those details and examples demonstrating the behavior you are seeing there isn't much we can do to help you or provide a solution.

Closing out issue as I cannot reproduce nor is there enough information to troubleshoot.