Skip to content

Commit

Permalink
chore(release): update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
TheKevJames committed Mar 2, 2018
1 parent 343d4e8 commit a61a720
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## 1.8.0
- feature: support multi-user environments with new `$multiuser` flag (#89)
- fix: support for High Sierra

## 1.7.1
- fix: include ruby 1.8.3 in metadata.json

Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,17 @@ requires the puppet user act as the homebrew user, you may get a password
prompt on each run. This can be fixed by allowing the puppet user passwordless
sudo privileges to the homebrew user.

If you are looking for a multi-user installation, please be sure to set the
multi-user flag, eg.:

```puppet
class { 'homebrew':
user => 'kevin',
group => 'all-users',
multiuser => true,
}
```

To install homebrew and a compiler (on Lion or later), eg.:

```puppet
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "thekevjames-homebrew",
"version": "1.7.1",
"version": "1.8.0",
"author": "thekevjames",
"summary": "Homebrew (+brewcask! +taps!) package installer and provider",
"license": "Apache-2.0",
Expand Down

0 comments on commit a61a720

Please sign in to comment.