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

Commit

Permalink
Merge pull request #48 from typhonius/master
Browse files Browse the repository at this point in the history
Updates brewcask_root location.
  • Loading branch information
jacobbednarz authored Jan 8, 2017
2 parents b8b35ad + 43ba0b5 commit d9fae78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ package { 'firefox': provider => 'brewcask' }
## Custom facts

- `brewcask_root` (only overridable from `$BOXEN_REPO_DIR/facts.d/`)
- default is `/opt/homebrew-cask`
- default is `/usr/local`

## Required Puppet Modules

Expand Down
2 changes: 1 addition & 1 deletion lib/facter/brewcask_root.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,5 @@
# Explicit, low weight makes this easily overridable
has_weight 1

setcode { '/opt/homebrew-cask' }
setcode { '/usr/local' }
end

0 comments on commit d9fae78

Please sign in to comment.