puppet-homebrew
puppet-homebrew copied to clipboard
a puppet provider for the homebrew packaging system
Results
2
puppet-homebrew issues
Sort by
recently updated
recently updated
newest added
If I have ensure => latest on a homebrew package, it now fails like this if already installed: ``` err: /Stage[main]/Base-brew/Package[git]/ensure: change from 1.7.9.2 to 1.7.10.1 failed: Could not update:...
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...