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

Commit

Permalink
Rollback to last known working version of puppet-homebrew
Browse files Browse the repository at this point in the history
After running `brew update` I was confronted with the following error:

```
Error:
/Stage[main]/Homebrew::Repo/Homebrew_repo[/opt/boxen/homebrew]/min_revision:
change from fbc5fc3e92587b47ddd8d8a97eb8e3a138d72957 to
e90b6e9ded2fd2c73a4e0d93f5dbc5b075a61b7c failed: Execution of 'brew update'
returned 1: Error: Cowardly refusing to 'sudo brew update'
```

After a bit of poking around, this turned out to be caused by the upstream
homebrew repositories splitting into two smaller repositories.

To fix this in the short term I'm dropping back to the older minimum required
version and in the long run I'll look to work out what we need to do in order to
get back on the latest and use the two repositories.

Fixes #91.
  • Loading branch information
jacobbednarz committed Apr 4, 2016
1 parent 4de455d commit 1f4c83f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion manifests/config.pp
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@

$brewsdir = "${tapsdir}/boxen/homebrew-brews"

$min_revision = 'e90b6e9ded2fd2c73a4e0d93f5dbc5b075a61b7c'
$min_revision = 'fbc5fc3e92587b47ddd8d8a97eb8e3a138d72957'
}

0 comments on commit 1f4c83f

Please sign in to comment.