backport library bumps from our fork

This commit is contained in:
Will Farrington 2012-10-07 13:44:55 -10:00
parent 15dcec5c80
commit 3198a5354c
7 changed files with 20 additions and 12 deletions

View file

@ -7,20 +7,22 @@
# Includes many of our custom types and providers, as well as global # Includes many of our custom types and providers, as well as global
# config. Required. # config. Required.
mod "boxen", "0.0.16", :github_tarball => "boxen/puppet-boxen" # Core modules for a basic development environment.
# You can replace some/most of those if you want, but it's not recommended.
mod "boxen", "0.0.18", :github_tarball => "boxen/puppet-boxen"
mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq" mod "dnsmasq", "0.0.1", :github_tarball => "boxen/puppet-dnsmasq"
mod "git", "0.0.2.4", :github_tarball => "boxen/puppet-git" mod "git", "0.0.2.4", :github_tarball => "boxen/puppet-git"
mod "homebrew", "0.0.4", :github_tarball => "boxen/puppet-homebrew" mod "hub", "0.0.1", :github_tarball => "boxen/puppet-hub"
mod "homebrew", "0.0.8", :github_tarball => "boxen/puppet-homebrew"
mod "inifile", "0.0.1", :github_tarball => "boxen/puppet-inifile"
mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx" mod "nginx", "0.0.2", :github_tarball => "boxen/puppet-nginx"
mod "nodejs", "0.0.1", :github_tarball => "boxen/puppet-nodejs"
mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm" mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv" mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
mod "ruby", "0.0.8", :github_tarball => "boxen/puppet-ruby" mod "ruby", "0.0.8", :github_tarball => "boxen/puppet-ruby"
mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib"
# Core modules for a basic development environment. mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo"
# You can replace some/most of those if you want, but it's not recommended.
%w(nodejs hub inifile sudo).each do |modulename|
mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}"
end
# Add your custom modules here. # Add your custom modules here.
# There are tons available at https://github.com/boxen. # There are tons available at https://github.com/boxen.

View file

@ -1,7 +1,7 @@
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-boxen remote: boxen/puppet-boxen
specs: specs:
boxen (0.0.16) boxen (0.0.18)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-dnsmasq remote: boxen/puppet-dnsmasq
@ -16,7 +16,7 @@ GITHUBTARBALL
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-homebrew remote: boxen/puppet-homebrew
specs: specs:
homebrew (0.0.4) homebrew (0.0.8)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-hub remote: boxen/puppet-hub
@ -58,11 +58,16 @@ GITHUBTARBALL
specs: specs:
sudo (0.0.1) sudo (0.0.1)
GITHUBTARBALL
remote: puppetlabs/puppetlabs-stdlib
specs:
stdlib (3.0.0)
DEPENDENCIES DEPENDENCIES
boxen (= 0.0.16) boxen (= 0.0.18)
dnsmasq (= 0.0.1) dnsmasq (= 0.0.1)
git (= 0.0.2.4) git (= 0.0.2.4)
homebrew (= 0.0.4) homebrew (= 0.0.8)
hub (= 0.0.1) hub (= 0.0.1)
inifile (= 0.0.1) inifile (= 0.0.1)
nginx (= 0.0.2) nginx (= 0.0.2)
@ -70,5 +75,6 @@ DEPENDENCIES
nvm (= 0.0.5) nvm (= 0.0.5)
rbenv (= 0.0.2) rbenv (= 0.0.2)
ruby (= 0.0.8) ruby (= 0.0.8)
stdlib (= 3.0.0)
sudo (= 0.0.1) sudo (= 0.0.1)

Binary file not shown.

Binary file not shown.

Binary file not shown.