module bumps for various fixes

This commit is contained in:
Will Farrington 2012-10-03 20:35:39 -07:00
parent 582fc6ef70
commit 24f1da6146
10 changed files with 13 additions and 10 deletions

View file

@ -7,13 +7,16 @@
# 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.8", :github_tarball => "boxen/puppet-boxen" mod "boxen", "0.0.9", :github_tarball => "boxen/puppet-boxen"
mod "git", "0.0.2", :github_tarball => "boxen/puppet-git"
mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew" mod "homebrew", "0.0.3", :github_tarball => "boxen/puppet-homebrew"
mod "nvm", "0.0.2", :github_tarball => "boxen/puppet-nvm" mod "nvm", "0.0.2", :github_tarball => "boxen/puppet-nvm"
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
mod "ruby", "0.0.2", :github_tarball => "boxen/puppet-ruby"
# Core modules for a basic development environment. # Core modules for a basic development environment.
# You can replace some/most of those if you want, but it's not recommended. # You can replace some/most of those if you want, but it's not recommended.
%w(ruby rbenv nodejs git hub inifile sudo).each do |modulename| %w(nodejs hub inifile sudo).each do |modulename|
mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}" mod modulename, "0.0.1", :github_tarball => "boxen/puppet-#{modulename}"
end end

View file

@ -1,12 +1,12 @@
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-boxen remote: boxen/puppet-boxen
specs: specs:
boxen (0.0.8) boxen (0.0.9)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-git remote: boxen/puppet-git
specs: specs:
git (0.0.1) git (0.0.2)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-homebrew remote: boxen/puppet-homebrew
@ -36,12 +36,12 @@ GITHUBTARBALL
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-rbenv remote: boxen/puppet-rbenv
specs: specs:
rbenv (0.0.1) rbenv (0.0.2)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-ruby remote: boxen/puppet-ruby
specs: specs:
ruby (0.0.1) ruby (0.0.2)
GITHUBTARBALL GITHUBTARBALL
remote: boxen/puppet-sudo remote: boxen/puppet-sudo
@ -49,14 +49,14 @@ GITHUBTARBALL
sudo (0.0.1) sudo (0.0.1)
DEPENDENCIES DEPENDENCIES
boxen (= 0.0.8) boxen (= 0.0.9)
git (= 0.0.1) git (= 0.0.2)
homebrew (= 0.0.3) homebrew (= 0.0.3)
hub (= 0.0.1) hub (= 0.0.1)
inifile (= 0.0.1) inifile (= 0.0.1)
nodejs (= 0.0.1) nodejs (= 0.0.1)
nvm (= 0.0.2) nvm (= 0.0.2)
rbenv (= 0.0.1) rbenv (= 0.0.2)
ruby (= 0.0.1) ruby (= 0.0.2)
sudo (= 0.0.1) sudo (= 0.0.1)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.