Skip to content
This repository has been archived by the owner on May 22, 2018. It is now read-only.

Commit

Permalink
remove deprecated and default options
Browse files Browse the repository at this point in the history
  • Loading branch information
indirect committed Mar 31, 2017
1 parent 0b39aba commit 8a004a7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions manifests/personal.pp
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@
# If any casks/osx_apps are specified, declare them as brewcask packages
if count($_casks) > 0 { include brewcask }
ensure_resource('package', $_casks, {
'provider' => 'brewcask',
'install_options' => ['--appdir=/Applications',
"--binarydir=${boxen::config::homebrewdir}/bin"],
'provider' => 'brewcask'
})

# If any homebrew packages are specified , declare them
Expand Down

0 comments on commit 8a004a7

Please sign in to comment.