backport library bumps from our fork
This commit is contained in:
parent
15dcec5c80
commit
3198a5354c
7 changed files with 20 additions and 12 deletions
18
Puppetfile
18
Puppetfile
|
@ -7,20 +7,22 @@
|
|||
# Includes many of our custom types and providers, as well as global
|
||||
# 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 "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 "nodejs", "0.0.1", :github_tarball => "boxen/puppet-nodejs"
|
||||
mod "nvm", "0.0.5", :github_tarball => "boxen/puppet-nvm"
|
||||
mod "rbenv", "0.0.2", :github_tarball => "boxen/puppet-rbenv"
|
||||
mod "ruby", "0.0.8", :github_tarball => "boxen/puppet-ruby"
|
||||
|
||||
# Core modules for a basic development environment.
|
||||
# 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
|
||||
mod "stdlib", "3.0.0", :github_tarball => "puppetlabs/puppetlabs-stdlib"
|
||||
mod "sudo", "0.0.1", :github_tarball => "boxen/puppet-sudo"
|
||||
|
||||
# Add your custom modules here.
|
||||
# There are tons available at https://github.com/boxen.
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
GITHUBTARBALL
|
||||
remote: boxen/puppet-boxen
|
||||
specs:
|
||||
boxen (0.0.16)
|
||||
boxen (0.0.18)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-dnsmasq
|
||||
|
@ -16,7 +16,7 @@ GITHUBTARBALL
|
|||
GITHUBTARBALL
|
||||
remote: boxen/puppet-homebrew
|
||||
specs:
|
||||
homebrew (0.0.4)
|
||||
homebrew (0.0.8)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-hub
|
||||
|
@ -58,11 +58,16 @@ GITHUBTARBALL
|
|||
specs:
|
||||
sudo (0.0.1)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: puppetlabs/puppetlabs-stdlib
|
||||
specs:
|
||||
stdlib (3.0.0)
|
||||
|
||||
DEPENDENCIES
|
||||
boxen (= 0.0.16)
|
||||
boxen (= 0.0.18)
|
||||
dnsmasq (= 0.0.1)
|
||||
git (= 0.0.2.4)
|
||||
homebrew (= 0.0.4)
|
||||
homebrew (= 0.0.8)
|
||||
hub (= 0.0.1)
|
||||
inifile (= 0.0.1)
|
||||
nginx (= 0.0.2)
|
||||
|
@ -70,5 +75,6 @@ DEPENDENCIES
|
|||
nvm (= 0.0.5)
|
||||
rbenv (= 0.0.2)
|
||||
ruby (= 0.0.8)
|
||||
stdlib (= 3.0.0)
|
||||
sudo (= 0.0.1)
|
||||
|
||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.16.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.16.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.18.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-0.0.18.tar.gz
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.8.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-homebrew-0.0.8.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/puppetlabs-puppetlabs-stdlib-3.0.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/puppetlabs-puppetlabs-stdlib-3.0.0.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue