From 666de9a20be6087092443d2db840d11bd68f035c Mon Sep 17 00:00:00 2001 From: Jianwei Han Date: Sat, 19 Jul 2014 15:58:33 +0800 Subject: [PATCH] Do not update cask packages --- modules/people/manifests/hanjianwei/applications.pp | 14 +++++--------- 1 file changed, 5 insertions(+), 9 deletions(-) diff --git a/modules/people/manifests/hanjianwei/applications.pp b/modules/people/manifests/hanjianwei/applications.pp index 29051a5..e383a44 100644 --- a/modules/people/manifests/hanjianwei/applications.pp +++ b/modules/people/manifests/hanjianwei/applications.pp @@ -1,24 +1,20 @@ class people::hanjianwei::applications { - Package { - ensure => 'latest' - } - # Declare all Homebrew packages package { ['ack', 'qt5', 'reattach-to-user-namespace', 'tmux', + 'vim', 'wget']: - } - - package { 'vim': - install_options => ['--override-system-vi'], + ensure => 'latest' } homebrew::tap { 'homebrew/science': } -> - package { 'opencv': } + package { 'opencv': + ensure => 'latest' + } # Declare all Homebrew Cask packages include brewcask -- 1.8.5.3