Commit 3198a5354c58b2b1abd1a554aabe4e8afae40bbd

Authored by Will Farrington
1 parent 15dcec5c80

backport library bumps from our fork

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

... ... @@ -7,20 +7,22 @@
7 7 # Includes many of our custom types and providers, as well as global
8 8 # config. Required.
9 9  
10   -mod "boxen", "0.0.16", :github_tarball => "boxen/puppet-boxen"
  10 +# Core modules for a basic development environment.
  11 +# You can replace some/most of those if you want, but it's not recommended.
  12 +
  13 +mod "boxen", "0.0.18", :github_tarball => "boxen/puppet-boxen"
11 14 mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq"
12 15 mod "git", "0.0.2.4", :github_tarball => "boxen/puppet-git"
13   -mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew"
  16 +mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub"
  17 +mod "homebrew", "0.0.8", :github_tarball => "boxen/puppet-homebrew"
  18 +mod "inifile", "0.0.1", :github_tarball => "boxen/puppet-inifile"
14 19 mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
  20 +mod "nodejs", "0.0.1", :github_tarball => "boxen/puppet-nodejs"
15 21 mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
16 22 mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
17 23 mod "ruby", "0.0.8", :github_tarball => "boxen/puppet-ruby"
18   -
19   -# Core modules for a basic development environment.
20   -# You can replace some/most of those if you want, but it's not recommended.
21   -%w(nodejs hub inifile sudo).each do |modulename|
22   - mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}"
23   -end
  24 +mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib"
  25 +mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo"
24 26  
25 27 # Add your custom modules here.
26 28 # There are tons available at https://github.com/boxen.
1 1 GITHUBTARBALL
2 2 remote: boxen/puppet-boxen
3 3 specs:
4   - boxen (0.0.16)
  4 + boxen (0.0.18)
5 5  
6 6 GITHUBTARBALL
7 7 remote: boxen/puppet-dnsmasq
... ... @@ -16,7 +16,7 @@
16 16 GITHUBTARBALL
17 17 remote: boxen/puppet-homebrew
18 18 specs:
19   - homebrew (0.0.4)
  19 + homebrew (0.0.8)
20 20  
21 21 GITHUBTARBALL
22 22 remote: boxen/puppet-hub
23 23  
24 24  
... ... @@ -58,11 +58,16 @@
58 58 specs:
59 59 sudo (0.0.1)
60 60  
  61 +GITHUBTARBALL
  62 + remote: puppetlabs/puppetlabs-stdlib
  63 + specs:
  64 + stdlib (3.0.0)
  65 +
61 66 DEPENDENCIES
62   - boxen (= 0.0.16)
  67 + boxen (= 0.0.18)
63 68 dnsmasq (= 0.0.1)
64 69 git (= 0.0.2.4)
65   - homebrew (= 0.0.4)
  70 + homebrew (= 0.0.8)
66 71 hub (= 0.0.1)
67 72 inifile (= 0.0.1)
68 73 nginx (= 0.0.2)
... ... @@ -70,5 +75,6 @@
70 75 nvm (= 0.0.5)
71 76 rbenv (= 0.0.2)
72 77 ruby (= 0.0.8)
  78 + stdlib (= 3.0.0)
73 79 sudo (= 0.0.1)
vendor/puppet/cache/boxen-puppet-boxen-0.0.16.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-boxen-0.0.18.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-homebrew-0.0.4.tar.gz
No preview for this file type
vendor/puppet/cache/boxen-puppet-homebrew-0.0.8.tar.gz
No preview for this file type
vendor/puppet/cache/puppetlabs-puppetlabs-stdlib-3.0.0.tar.gz
No preview for this file type