puppet-homebrew
puppet-homebrew copied to clipboard
brew tap support
homebrew 0.9 has a new way to reference external repositories, "brew tap".
E.g.,
brew tap mnot/stuff
brew install ...
which would add github.com/mnot/homebrew-stuff to the list of sources (effectively).
Any chance of supporting this?
I'm not using this at the moment, but feel free to send me a pull request :)