Commit 557d795770f16415f208585875002563fc179eec

Authored by Jianwei Han
1 parent ebe5a55a9c
Exists in master

Ensure packages are latest

Showing 3 changed files with 7 additions and 3 deletions Side-by-side Diff

... ... @@ -39,7 +39,7 @@
39 39 # some/most of these if you want, but it's not recommended.
40 40  
41 41 github "git", "2.5.0"
42   -github "homebrew", "1.9.5.rc", :repo => "hanjianwei/puppet-homebrew"
  42 +github "homebrew", "1.9.5.rc2", :repo => "hanjianwei/puppet-homebrew"
43 43 github "hub", "1.3.0"
44 44 github "inifile", "1.1.3", :repo => "puppetlabs/puppetlabs-inifile"
45 45 github "nodejs", "3.8.1"
... ... @@ -66,7 +66,7 @@
66 66 GITHUBTARBALL
67 67 remote: hanjianwei/puppet-homebrew
68 68 specs:
69   - homebrew (1.9.5.rc)
  69 + homebrew (1.9.5.rc2)
70 70  
71 71 GITHUBTARBALL
72 72 remote: puppetlabs/puppetlabs-inifile
... ... @@ -88,7 +88,7 @@
88 88 brewcask (= 0.0.4.rc2)
89 89 dotfiles (= 0.0.9)
90 90 git (= 2.5.0)
91   - homebrew (= 1.9.5.rc)
  91 + homebrew (= 1.9.5.rc2)
92 92 hub (= 1.3.0)
93 93 inifile (= 1.1.3)
94 94 module-data (= 0.0.3)
modules/people/manifests/hanjianwei/applications.pp
1 1 class people::hanjianwei::applications {
2 2  
  3 + Package {
  4 + ensure => 'latest'
  5 + }
  6 +
3 7 # Declare all Homebrew packages
4 8 package { ['ack',
5 9 'qt5',