Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Releases: boxen/puppet-homebrew

Bugfix: support homebrew formula revisions in binaries

25 Sep 03:16
Compare
Choose a tag to compare

1.9.4: Merge pull request #54 from hanjianwei/fix-cache-dir

04 Jul 23:55
Compare
Choose a tag to compare

1.9.3: Merge pull request #50 from jgonzalez5/fix-homebrew-tap-path

03 Jun 23:20
Compare
Choose a tag to compare

1.9.2

31 May 20:36
Compare
Choose a tag to compare
Ensure the parent tap directory exists too

Bugfix: homebrew tap directory for custom formula

26 Apr 19:13
Compare
Choose a tag to compare

Less Monkeypatching

16 Apr 09:40
Compare
Choose a tag to compare

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

15 Apr 09:25
Compare
Choose a tag to compare

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

14 Apr 19:32
Compare
Choose a tag to compare
  • Only run brew update if the host is OS X

Allow to use homebrew bottle if boxen one is not present

27 Mar 23:02
Compare
Choose a tag to compare
Merge pull request #35 from mrchrisadams/patch-1

Add example of installing packages with options

1.6.0

04 Nov 23:48
Compare
Choose a tag to compare
Merge pull request #30 from boxen/s3-bucket

Respect the S3 configuration when installing brew recipes