tmatilai / vagrant-proxyconf

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

`Vagrant.require_plugin` will be deprecated in Vagrant 1.5 #44

Closed tmatilai closed 10 years ago

tmatilai commented 10 years ago

We can just use Kernel#require to ensure the correct load order, but we have to handle load error reporting ourselves.