Otto project to inject Vagrant proxy configuration the Vagrantfile automagicially generated by Otto.
-
Be sure you have the vagrant-proxyconf plugin installed. If you do not, run:
vagrant plugin install vagrant-proxyconf -
Modify the Vagrantfile included to reflect your proxy settings
-
Add the following to the application section of your application's Appfile
application { name = "otto-getting-started" type = "ruby" dependency { source = "../otto-proxy" } }