tmatilai / vagrant-proxyconf

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

Trigger proxy_conf on vagrant ssh #185

Closed hinstef closed 5 years ago

hinstef commented 5 years ago

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

codylane commented 5 years ago

@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.

codylane commented 5 years ago

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