From 8a004a784bf8b789e8283252789049f722c54892 Mon Sep 17 00:00:00 2001 From: Andre Arko Date: Fri, 31 Mar 2017 15:54:03 -0700 Subject: [PATCH] remove deprecated and default options --- manifests/personal.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/personal.pp b/manifests/personal.pp index f956f65..8afb960 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