From 557d795770f16415f208585875002563fc179eec Mon Sep 17 00:00:00 2001 From: Jianwei Han Date: Sat, 19 Jul 2014 08:45:41 +0800 Subject: [PATCH] Ensure packages are latest --- Puppetfile | 2 +- Puppetfile.lock | 4 ++-- modules/people/manifests/hanjianwei/applications.pp | 4 ++++ 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/Puppetfile b/Puppetfile index 174a2be..69c4976 100644 --- a/Puppetfile +++ b/Puppetfile @@ -39,7 +39,7 @@ github "module-data", "0.0.3", :repo => "ripienaar/puppet-module-data" # some/most of these if you want, but it's not recommended. github "git", "2.5.0" -github "homebrew", "1.9.5.rc", :repo => "hanjianwei/puppet-homebrew" +github "homebrew", "1.9.5.rc2", :repo => "hanjianwei/puppet-homebrew" github "hub", "1.3.0" github "inifile", "1.1.3", :repo => "puppetlabs/puppetlabs-inifile" github "nodejs", "3.8.1" diff --git a/Puppetfile.lock b/Puppetfile.lock index e43522b..ea1f009 100644 --- a/Puppetfile.lock +++ b/Puppetfile.lock @@ -66,7 +66,7 @@ GITHUBTARBALL GITHUBTARBALL remote: hanjianwei/puppet-homebrew specs: - homebrew (1.9.5.rc) + homebrew (1.9.5.rc2) GITHUBTARBALL remote: puppetlabs/puppetlabs-inifile @@ -88,7 +88,7 @@ DEPENDENCIES brewcask (= 0.0.4.rc2) dotfiles (= 0.0.9) git (= 2.5.0) - homebrew (= 1.9.5.rc) + homebrew (= 1.9.5.rc2) hub (= 1.3.0) inifile (= 1.1.3) module-data (= 0.0.3) diff --git a/modules/people/manifests/hanjianwei/applications.pp b/modules/people/manifests/hanjianwei/applications.pp index 4375d09..29051a5 100644 --- a/modules/people/manifests/hanjianwei/applications.pp +++ b/modules/people/manifests/hanjianwei/applications.pp @@ -1,5 +1,9 @@ class people::hanjianwei::applications { + Package { + ensure => 'latest' + } + # Declare all Homebrew packages package { ['ack', 'qt5', -- 1.8.5.3