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

Updates brewcask_root location. #48

Merged
merged 1 commit into from
Jan 8, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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