Add a basic Puppetfile containing the modules that were previously incorporated as submodules

This commit is contained in:
R. Tyler Croy 2013-06-30 19:19:21 -07:00
parent 744f35a751
commit d64b0c3089
3 changed files with 67 additions and 0 deletions

2
.gitignore vendored
View File

@ -8,3 +8,5 @@
.blimpy.d
features/reports
tmp
.tmp/
modules/

18
Puppetfile Normal file
View File

@ -0,0 +1,18 @@
forge "http://forge.puppetlabs.com"
mod 'puppetlabs/apt'
mod 'puppetlabs/firewall'
mod 'puppetlabs/mysql'
mod 'puppetlabs/ntp'
mod 'puppetlabs/stdlib'
mod 'ripienaar/concat'
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'

47
Puppetfile.lock Normal file
View File

@ -0,0 +1,47 @@
FORGE
remote: http://forge.puppetlabs.com
specs:
puppetlabs/apt (1.1.0)
puppetlabs/stdlib (>= 2.2.1)
puppetlabs/firewall (0.3.1)
puppetlabs/mysql (0.7.1)
puppetlabs/stdlib (>= 2.2.1)
puppetlabs/ntp (0.3.0)
puppetlabs/stdlib (>= 0.1.6)
puppetlabs/stdlib (4.1.0)
ripienaar/concat (0.2.0)
GIT
remote: git://github.com/jenkinsci/puppet-postgres.git
ref: master
sha: 2f1c240476c93d69bc58b6b44653f82e2b7c8c78
specs:
postgres (0.0.3)
GIT
remote: git://github.com/jenkinsci/puppet-sshd.git
ref: master
sha: ae7b29c678c258cdbf5d4bb76a398ad19e40c36a
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)
DEPENDENCIES
postgres (>= 0)
puppet (>= 0)
puppetlabs/apt (>= 0)
puppetlabs/firewall (>= 0)
puppetlabs/mysql (>= 0)
puppetlabs/ntp (>= 0)
puppetlabs/stdlib (>= 0)
ripienaar/concat (>= 0)
sshd (>= 0)