This repository has been archived by the owner on Dec 2, 2020. It is now read-only.
Releases: boxen/puppet-homebrew
Releases · boxen/puppet-homebrew
Bugfix: support homebrew formula revisions in binaries
1.9.4: Merge pull request #54 from hanjianwei/fix-cache-dir
Fix cache location
1.9.3: Merge pull request #50 from jgonzalez5/fix-homebrew-tap-path
Updated homebrew::tap name
1.9.2
Bugfix: homebrew tap directory for custom formula
Less Monkeypatching
Thanks to the hard work of Mr. @MikeMcQuaid in #39 and related upstream patches, we no longer need to depend on homebrew APIs that may arbitrarily change on us.
Managed "minimum" homebrew revision
This release includes an option to specify the minimum viable homebrew revision, which allows us to then depend on newer homebrew features without having to manually brew update
. To override the minimum revision given with this module, you can set homebrew::repo::min_revision
in hiera, or
class { 'homebrew':
min_revision => 'deadbeef',
}
The old brew update
exec resource was broken, failing because of bundler's environment, so it has been removed.
1.7.0
Allow to use homebrew bottle if boxen one is not present
Merge pull request #35 from mrchrisadams/patch-1 Add example of installing packages with options
1.6.0
Merge pull request #30 from boxen/s3-bucket Respect the S3 configuration when installing brew recipes