I think we should update the Brew repo. The actual one https://github.com/mxcl/homebrew is a leagacy one. Is there any reason we are not installing Brew using the command provided on it's website? /usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Sent a fix on #39 tried to use the command on the website but we doesn't run because puppet runs as root. Just updating the repo to the new official one should be fine.
I think we should update the Brew repo. The actual one
https://github.com/mxcl/homebrew
is a leagacy one. Is there any reason we are not installing Brew using the command provided on it's website?/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
I think with that we can fix other bugs.
I'll give it a go and send a PR.