Skip to content

Instantly share code, notes, and snippets.

@tbatchelli
Created November 15, 2012 19:25
Show Gist options
  • Save tbatchelli/4080635 to your computer and use it in GitHub Desktop.
Save tbatchelli/4080635 to your computer and use it in GitHub Desktop.
proxy config for pallet-vmfest
{:provider "vmfest"
:environment{
:phases {:bootstrap
(fn [session]
(let [p (ns-resolve
'pallet.action.package 'package-manager)]
(->
session
(p :configure :proxy "http://10.0.2.2:3128"))))}
:proxy "http://10.0.2.2:3128"}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment