I'm using the recipe git://github.com/opscode-cookbooks/php.git to install php with chef on my vagrant box (ubuntu). Unfortunatly my box is behind a proxy.
It seems that I have to call something like that:
pear config-set http_proxy http://domain:3128
How can I call it and where can I call it?