diff --git a/manifests/personal.pp b/manifests/personal.pp index 0da7b98..0d06ccb 100644 --- a/manifests/personal.pp +++ b/manifests/personal.pp @@ -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