Updating Puppetfile module versions with latest
This commit is contained in:
parent
4886c59623
commit
79672cb570
18 changed files with 24 additions and 24 deletions
16
Puppetfile
16
Puppetfile
|
@ -13,21 +13,21 @@ end
|
||||||
# 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.
|
||||||
|
|
||||||
github "boxen", "2.1.0"
|
github "boxen", "2.3.6"
|
||||||
|
|
||||||
# Core modules for a basic development environment. You can replace
|
# Core modules for a basic development environment. You can replace
|
||||||
# some/most of these if you want, but it's not recommended.
|
# some/most of these if you want, but it's not recommended.
|
||||||
|
|
||||||
github "dnsmasq", "1.0.0"
|
github "dnsmasq", "1.0.0"
|
||||||
github "gcc", "1.0.0"
|
github "gcc", "2.0.1"
|
||||||
github "git", "1.2.2"
|
github "git", "1.2.4"
|
||||||
github "homebrew", "1.1.2"
|
github "homebrew", "1.2.0"
|
||||||
github "hub", "1.0.0"
|
github "hub", "1.0.0"
|
||||||
github "inifile", "0.9.0", :repo => "cprice404/puppetlabs-inifile"
|
github "inifile", "0.9.0", :repo => "cprice404/puppetlabs-inifile"
|
||||||
github "nginx", "1.4.0"
|
github "nginx", "1.4.2"
|
||||||
github "nodejs", "2.2.0"
|
github "nodejs", "3.2.7"
|
||||||
github "repository", "2.0.2"
|
github "repository", "2.2.0"
|
||||||
github "ruby", "4.1.0"
|
github "ruby", "6.0.2"
|
||||||
github "stdlib", "4.0.2", :repo => "puppetlabs/puppetlabs-stdlib"
|
github "stdlib", "4.0.2", :repo => "puppetlabs/puppetlabs-stdlib"
|
||||||
github "sudo", "1.0.0"
|
github "sudo", "1.0.0"
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-boxen
|
remote: boxen/puppet-boxen
|
||||||
specs:
|
specs:
|
||||||
boxen (2.1.0)
|
boxen (2.3.6)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-dnsmasq
|
remote: boxen/puppet-dnsmasq
|
||||||
|
@ -11,17 +11,17 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-gcc
|
remote: boxen/puppet-gcc
|
||||||
specs:
|
specs:
|
||||||
gcc (1.0.0)
|
gcc (2.0.1)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-git
|
remote: boxen/puppet-git
|
||||||
specs:
|
specs:
|
||||||
git (1.2.2)
|
git (1.2.4)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-homebrew
|
remote: boxen/puppet-homebrew
|
||||||
specs:
|
specs:
|
||||||
homebrew (1.1.2)
|
homebrew (1.2.0)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-hub
|
remote: boxen/puppet-hub
|
||||||
|
@ -31,22 +31,22 @@ GITHUBTARBALL
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-nginx
|
remote: boxen/puppet-nginx
|
||||||
specs:
|
specs:
|
||||||
nginx (1.4.0)
|
nginx (1.4.2)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-nodejs
|
remote: boxen/puppet-nodejs
|
||||||
specs:
|
specs:
|
||||||
nodejs (2.2.0)
|
nodejs (3.2.7)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-repository
|
remote: boxen/puppet-repository
|
||||||
specs:
|
specs:
|
||||||
repository (2.0.2)
|
repository (2.2.0)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-ruby
|
remote: boxen/puppet-ruby
|
||||||
specs:
|
specs:
|
||||||
ruby (4.1.0)
|
ruby (6.0.2)
|
||||||
|
|
||||||
GITHUBTARBALL
|
GITHUBTARBALL
|
||||||
remote: boxen/puppet-sudo
|
remote: boxen/puppet-sudo
|
||||||
|
@ -64,17 +64,17 @@ GITHUBTARBALL
|
||||||
stdlib (4.0.2)
|
stdlib (4.0.2)
|
||||||
|
|
||||||
DEPENDENCIES
|
DEPENDENCIES
|
||||||
boxen (= 2.1.0)
|
boxen (= 2.3.6)
|
||||||
dnsmasq (= 1.0.0)
|
dnsmasq (= 1.0.0)
|
||||||
gcc (= 1.0.0)
|
gcc (= 2.0.1)
|
||||||
git (= 1.2.2)
|
git (= 1.2.4)
|
||||||
homebrew (= 1.1.2)
|
homebrew (= 1.2.0)
|
||||||
hub (= 1.0.0)
|
hub (= 1.0.0)
|
||||||
inifile (= 0.9.0)
|
inifile (= 0.9.0)
|
||||||
nginx (= 1.4.0)
|
nginx (= 1.4.2)
|
||||||
nodejs (= 2.2.0)
|
nodejs (= 3.2.7)
|
||||||
repository (= 2.0.2)
|
repository (= 2.2.0)
|
||||||
ruby (= 4.1.0)
|
ruby (= 6.0.2)
|
||||||
stdlib (= 4.0.2)
|
stdlib (= 4.0.2)
|
||||||
sudo (= 1.0.0)
|
sudo (= 1.0.0)
|
||||||
|
|
||||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-boxen-2.1.0.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-boxen-2.1.0.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-boxen-2.3.6.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-boxen-2.3.6.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-gcc-1.0.0.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-gcc-1.0.0.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-gcc-2.0.1.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-gcc-2.0.1.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-git-1.2.2.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-git-1.2.2.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-git-1.2.4.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-git-1.2.4.tar.gz
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-homebrew-1.2.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-homebrew-1.2.0.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nginx-1.4.0.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-nginx-1.4.0.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nginx-1.4.2.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-nginx-1.4.2.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nodejs-2.2.0.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-nodejs-2.2.0.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-nodejs-3.2.7.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-nodejs-3.2.7.tar.gz
vendored
Normal file
Binary file not shown.
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-repository-2.2.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-repository-2.2.0.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-4.1.0.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-ruby-4.1.0.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-ruby-6.0.2.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-ruby-6.0.2.tar.gz
vendored
Normal file
Binary file not shown.
Loading…
Reference in a new issue