TheKevJames / puppet-homebrew

homebrew (+brewcask! +taps!) package installer and provider
https://forge.puppet.com/thekevjames/homebrew
Apache License 2.0
18 stars 44 forks source link

Update Brew install repo #37

Closed jordigg closed 8 years ago

jordigg commented 8 years ago

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.

jordigg commented 8 years ago

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.