Change the dependency on the puppet module to hit Puppet Forge

This commit is contained in:
R. Tyler Croy 2013-06-30 20:10:17 -07:00
parent 14bd52795f
commit e264899063
2 changed files with 6 additions and 15 deletions

View File

@ -9,15 +9,12 @@ mod 'puppetlabs/stdlib'
mod 'ripienaar/concat'
mod 'rtyler/puppet'
mod 'sshd', :git => 'git://github.com/jenkinsci/puppet-sshd.git'
mod 'postgres', :git => 'git://github.com/jenkinsci/puppet-postgres.git'
# XXX: Not yet published to the forge
mod 'puppet', :git => 'git://github.com/rtyler/puppet-puppet.git'
# Pull in all our local modules automatically
Dir["./local-modules/*"].each do |path|
mod File.basename(path), :path => path

View File

@ -10,6 +10,9 @@ FORGE
puppetlabs/stdlib (>= 0.1.6)
puppetlabs/stdlib (4.1.0)
ripienaar/concat (0.2.0)
rtyler/puppet (0.0.1)
puppetlabs/apt (>= 0.0.4)
puppetlabs/stdlib (>= 3.0.0)
GIT
remote: git://github.com/jenkinsci/puppet-postgres.git
@ -25,15 +28,6 @@ GIT
specs:
sshd (1.0.0)
GIT
remote: git://github.com/rtyler/puppet-puppet.git
ref: master
sha: 3400421db79e3906520d63c5dca055ccdfef7c59
specs:
puppet (0.0.1)
puppetlabs/apt (>= 0.0.4)
puppetlabs/stdlib (>= 3.0.0)
PATH
remote: ./local-modules/apache2
specs:
@ -211,13 +205,13 @@ DEPENDENCIES
nginx (>= 0)
packages (>= 0)
postgres (>= 0)
puppet (>= 0)
puppetlabs/apt (>= 0)
puppetlabs/firewall (>= 0)
puppetlabs/mysql (>= 0)
puppetlabs/ntp (>= 0)
puppetlabs/stdlib (>= 0)
ripienaar/concat (>= 0)
rtyler/puppet (>= 0)
sshd (>= 0)
sudo (>= 0)
updates_jenkins-ci_org (>= 0)