Commit 666de9a20be6087092443d2db840d11bd68f035c
1 parent
557d795770
Exists in
master
Do not update cask packages
Showing 1 changed file with 5 additions and 9 deletions Side-by-side Diff
modules/people/manifests/hanjianwei/applications.pp
| 1 | 1 | class people::hanjianwei::applications { |
| 2 | 2 | |
| 3 | - Package { | |
| 4 | - ensure => 'latest' | |
| 5 | - } | |
| 6 | - | |
| 7 | 3 | # Declare all Homebrew packages |
| 8 | 4 | package { ['ack', |
| 9 | 5 | 'qt5', |
| 10 | 6 | 'reattach-to-user-namespace', |
| 11 | 7 | 'tmux', |
| 8 | + 'vim', | |
| 12 | 9 | 'wget']: |
| 10 | + ensure => 'latest' | |
| 13 | 11 | } |
| 14 | 12 | |
| 15 | - package { 'vim': | |
| 16 | - install_options => ['--override-system-vi'], | |
| 17 | - } | |
| 18 | - | |
| 19 | 13 | homebrew::tap { 'homebrew/science': } |
| 20 | 14 | -> |
| 21 | - package { 'opencv': } | |
| 15 | + package { 'opencv': | |
| 16 | + ensure => 'latest' | |
| 17 | + } | |
| 22 | 18 | |
| 23 | 19 | # Declare all Homebrew Cask packages |
| 24 | 20 | include brewcask |