Skip to content
This repository has been archived by the owner on Aug 23, 2022. It is now read-only.

Commit

Permalink
Use unreleased version of Consul module to fix web UI
Browse files Browse the repository at this point in the history
  • Loading branch information
JayH5 committed Jan 5, 2016
1 parent 92f3b3d commit a42276c
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
5 changes: 4 additions & 1 deletion puppet/Puppetfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ mod 'camptocamp/openssl', '>= 1.5.0'
mod 'deric/mesos', '>= 0.6.4'
mod 'garethr/docker', '>= 4.1.0'
mod 'gdhbashton/consul_template', '>= 0.2.4'
mod 'KyleAnderson/consul', '>= 1.0.0'
# FIXME: Use newer version of KyleAnderson/consul when it becomes available
mod 'KyleAnderson/consul',
:git => 'https://github.com/solarkennedy/puppet-consul.git',
:ref => 'a84e75c33f71259455375065957ce27098e06d70'
mod 'stankevich/python', '>= 1.10.0'
mod 'deric/zookeeper', '>= 0.4.0'
mod 'praekeltfoundation/marathon', '0.1.0',
Expand Down
14 changes: 10 additions & 4 deletions puppet/Puppetfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
FORGE
remote: https://forgeapi.puppetlabs.com
specs:
KyleAnderson-consul (1.0.4)
nanliu-staging (< 2.0.0, >= 0.4.0)
puppetlabs-stdlib (< 5.0.0, >= 4.6.0)
camptocamp-openssl (1.5.1)
puppetlabs-stdlib (< 5.0.0, >= 2.0.0)
deric-mesos (0.6.4)
Expand Down Expand Up @@ -33,13 +30,22 @@ FORGE
puppetlabs-stdlib (< 6.0.0, >= 4.6.0)
stahnma-epel (< 2.0.0, >= 1.0.1)

GIT
remote: https://github.com/solarkennedy/puppet-consul.git
ref: a84e75c33f71259455375065957ce27098e06d70
sha: a84e75c33f71259455375065957ce27098e06d70
specs:
KyleAnderson-consul (1.0.5)
nanliu-staging (< 2.0.0, >= 0.4.0)
puppetlabs-stdlib (< 5.0.0, >= 4.6.0)

GITHUBTARBALL
remote: praekeltfoundation/puppet-marathon
specs:
praekeltfoundation-marathon (0.1.0)

DEPENDENCIES
KyleAnderson-consul (>= 1.0.0)
KyleAnderson-consul (>= 0)
camptocamp-openssl (>= 1.5.0)
deric-mesos (>= 0.6.4)
deric-zookeeper (>= 0.4.0)
Expand Down

0 comments on commit a42276c

Please sign in to comment.