1
0
Fork 0

Merge pull request #545 from mroth/fix-module-update

Fix broken module update, fixes #543
This commit is contained in:
Adam Ochonicki 2014-03-25 11:33:24 -04:00
commit 9adae9897d
6 changed files with 13 additions and 13 deletions

View File

@ -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"

View File

@ -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)

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.