Note: total experiment and hack, looks nasty, could be awesome:
- Drop the
kitchen.local.yml
into$HOME/.kitchen/config.yml
- Install polipo (with Mac:
brew install polipo
, with Ubuntu:apt-get install polipo
) - Drop
polipo-start
andpolipo-console
somewhere useful (perhaps$HOME/bin
?)
Simply start up polipo in the foreground in a terminal/tmux/screen session with: ~/bin/polipo-start
. In your Test Kitchen project verify that caching is enabled by running kitchen list --debug
and look for the http_proxy
and chef_omnibus_url
config options.