Merge pull request #545 from mroth/fix-module-update
Fix broken module update, fixes #543
This commit is contained in:
commit
9adae9897d
6 changed files with 13 additions and 13 deletions
18
Puppetfile
18
Puppetfile
|
@ -29,27 +29,27 @@ end
|
|||
# Includes many of our custom types and providers, as well as global
|
||||
# config. Required.
|
||||
|
||||
github "boxen", "3.3.8"
|
||||
github "boxen", "3.4.2"
|
||||
|
||||
# Core modules for a basic development environment. You can replace
|
||||
# some/most of these if you want, but it's not recommended.
|
||||
|
||||
github "dnsmasq", "1.0.1"
|
||||
github "foreman", "1.1.0"
|
||||
github "gcc", "2.0.1"
|
||||
github "git", "1.3.7"
|
||||
github "foreman", "1.2.0"
|
||||
github "gcc", "2.0.100"
|
||||
github "git", "2.2.2"
|
||||
github "go", "1.1.0"
|
||||
github "homebrew", "1.6.0"
|
||||
github "homebrew", "1.6.1"
|
||||
github "hub", "1.3.0"
|
||||
github "inifile", "1.0.1", :repo => "puppetlabs/puppetlabs-inifile"
|
||||
github "module-data", "0.0.1", :repo => "ripienaar/puppet-module-data"
|
||||
github "inifile", "1.0.3", :repo => "puppetlabs/puppetlabs-inifile"
|
||||
github "module-data", "0.0.3", :repo => "ripienaar/puppet-module-data"
|
||||
github "nginx", "1.4.3"
|
||||
github "nodejs", "3.5.0"
|
||||
github "nodejs", "3.6.0"
|
||||
github "openssl", "1.0.0"
|
||||
github "phantomjs", "2.1.0"
|
||||
github "pkgconfig", "1.0.0"
|
||||
github "repository", "2.3.0"
|
||||
github "ruby", "7.1.6"
|
||||
github "ruby", "7.2.4"
|
||||
github "stdlib", "4.1.0", :repo => "puppetlabs/puppetlabs-stdlib"
|
||||
github "sudo", "1.0.0"
|
||||
github "xquartz", "1.1.1"
|
||||
|
|
|
@ -21,12 +21,12 @@ GITHUBTARBALL
|
|||
GITHUBTARBALL
|
||||
remote: boxen/puppet-git
|
||||
specs:
|
||||
git (2.2.1)
|
||||
git (2.2.2)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-go
|
||||
specs:
|
||||
go (2.0.1)
|
||||
go (1.1.0)
|
||||
|
||||
GITHUBTARBALL
|
||||
remote: boxen/puppet-homebrew
|
||||
|
@ -103,8 +103,8 @@ DEPENDENCIES
|
|||
dnsmasq (= 1.0.1)
|
||||
foreman (= 1.2.0)
|
||||
gcc (= 2.0.100)
|
||||
git (= 2.2.1)
|
||||
go (= 2.0.1)
|
||||
git (= 2.2.2)
|
||||
go (= 1.1.0)
|
||||
homebrew (= 1.6.1)
|
||||
hub (= 1.3.0)
|
||||
inifile (= 1.0.3)
|
||||
|
|
BIN
vendor/puppet/cache/boxen-puppet-git-2.2.1.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-git-2.2.1.tar.gz
vendored
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-git-2.2.2.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-git-2.2.2.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-go-1.1.0.tar.gz
vendored
Normal file
BIN
vendor/puppet/cache/boxen-puppet-go-1.1.0.tar.gz
vendored
Normal file
Binary file not shown.
BIN
vendor/puppet/cache/boxen-puppet-go-2.0.1.tar.gz
vendored
BIN
vendor/puppet/cache/boxen-puppet-go-2.0.1.tar.gz
vendored
Binary file not shown.
Loading…
Reference in a new issue